-
Notifications
You must be signed in to change notification settings - Fork 13
Add documentation for adding examples to the vector database #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Acuspeedster <[email protected]>
juntao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 Please provide the instruction and commands to create vector collections needed for project examples and error messages.
You can use curl commands to interact with the Qdrant database started from Docker compose.
2 You provided instructions on how to add a new point to the project examples collection in Method 1.
Please provide the same for the error messages collection.
3 Please explain the env var needed to use vector search.
juntao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, in the data directory in this repo, the sample json files are not in the same format as you describe in this document.
Which one is correct?
…ment variables in README Signed-off-by: Acuspeedster <[email protected]>
Updated the README.md. |
Done with these. |
Signed-off-by: Acuspeedster <[email protected]>
No description provided.