-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: Qdrant storage support #205
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
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.
Thanks for adding Qdrant storage support!
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Payload conversion is simpler now. |
Hey @badmonster0. The fields specified under |
Correct. "key fields" and "value fields" are exclusive. |
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.
Just a warm checkin to see if there's any questions during implementing. Feel free to ask if there's any :)
It looks like the executor logic is almost there. The setup status checker is usually harder. We're also considering making this part optional (e.g. users can manage the backend resources themselves outside cocoindex, as long as the schema they created matches certain expectations). If there're indeed difficulty in this part and you prefer, I can make this change.
Thanks!
Hey. I'm on a vacation.
Sure. Thank you 🙏 |
Added a Then when implementing Hope this makes the integration of Qdrant easier by separating into different steps :) |
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Hey @badmonster0! Am I right in my understanding that |
Yes, that's correct.
Yes, this is the right approach in my mind. |
Descrption
This PR adds support to export data to a Qdrant - https://qdrant.tech/ collection.
To run Qdrant,
6333 - REST API, 6334 - gRPC API.
The Rust client calls the gRPC API.
You can find a dashboard at
https://localhost:6333/dashboard
.