Error when I try to "add vector store" in OpenAI Assistant node #4307
Replies: 4 comments
-
Hey George! I have the same problem... Did you solve it? |
Beta Was this translation helpful? Give feedback.
-
I also get the same error. I've tried putting the question on Discord, but it seems no one knows the answer. |
Beta Was this translation helpful? Give feedback.
-
I asked chatGPT and this is what it said... Most likely causes:
In FlowiseAI, when you create an OpenAI Assistant instance, it tries to create a vector store (to save embeddings, memory, etc.). If you haven’t configured a Vector Store provider (like Pinecone, Chroma, Milvus, Weaviate, etc.), this service will be missing.
If you're using something like Pinecone, but you haven't set your environment variables (e.g., PINECONE_API_KEY, PINECONE_ENVIRONMENT, PINECONE_INDEX), then the connection can't be made — and the vector store object remains undefined.
Some recent versions of FlowiseAI had OpenAI Assistants integration, but bugs existed if you didn't explicitly configure a Vector Store. I have tried all of above, but unfortunately still having the same issues. Let me know if you manage to resolve it. Thanks |
Beta Was this translation helpful? Give feedback.
-
I've got the same issue!!! |
Beta Was this translation helpful? Give feedback.
-
Greetings, I get the following error. What could be the case?
Failed to add new Vector Store: Error: openaiAssistantsVectorStoreService.createAssistantVectorStore - Cannot read properties of undefined (reading 'create')
Beta Was this translation helpful? Give feedback.
All reactions