Replies: 1 comment 3 replies
-
|
You could try the latest version 1.9.23 that added batch operations for Qdrant. Let me know if it works for you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a chatbot that answers questions based on a knowledge base. The knowledge base is stored in the question model.
I made an Artisan command to test embedding and storing the knowledge base in the vector store.
I used the data loading example from the documentation.
I had a problem with the document ids, so I added them manually.
When i run the command i get this error message :
After looking in the NeuronAI and QDrant docs, I couldn't find an explanation. What could be the cause of this error ?
Beta Was this translation helpful? Give feedback.
All reactions