Skip to content

[bug]: Memory providers and Vector Store providers not registered #4563

@marko-kriskovic

Description

@marko-kriskovic

Describe the bug

When trying to add chatMemory or vectorStore, it gives me an error
Image
java.lang.IllegalArgumentException: Cluster element definition vectorStore with type VECTORSTORE not found in component couchbase
at com.bytechef.platform.component.service.ClusterElementDefinitionServiceImpl.lambda$getClusterElementDefinition$1(ClusterElementDefinitionServiceImpl.java:274)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at com.bytechef.platform.component.service.ClusterElementDefinitionServiceImpl.getClusterElementDefinition(ClusterElementDefinitionServiceImpl.java:274)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:158)

Steps To Reproduce

  1. open ai agent
  2. try to add Memory
  3. add Question Answer RAG
  4. try to add Vector Store

Expected behavior

you should be able to do that

Version

latest

OS

ubuntu

Browser

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

🏗 In progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions