-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Describe the bug
When trying to add chatMemory or vectorStore, it gives me an error

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
- open ai agent
- try to add Memory
- add Question Answer RAG
- 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
Type
Projects
Status