-
Notifications
You must be signed in to change notification settings - Fork 274
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 vector store node #380
Conversation
Thank you @Anush008! The Vector Store / Vector KNN nodes are actually kind of deprecated, and these days I advise people to write full plugins with dedicated nodes instead, what do you think about doing that? It gives you a lot more flexibility to integrate more deeply with whatever system you're bringing in. The Vector Store and Vector KNN were some of the first integrations I wrote, and I found out that trying to support the lowest-common-demoninator of all vector store implementations wasn't a good idea. |
Hi @abrenneke. Thanks for letting me know. Will look into doing that. |
Any update @Anush008? Would love to get another plugin in to Rivet! |
Hi @abrenneke. The plugin is done. We plan to publish the package Monday. Will update this PR to reflect the package. |
that's awesome to hear! |
Hey @abrenneke. Was caught up with other parts at work last week. There are some more point operation nodes I plan to add. I've updated this PR to reference the external package. |
Looks great @Anush008! Update this PR to add your plugins to |
|
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.
Awesome!
Hi @abrenneke. Is there any timeline for the next release? |
I'd like to get #392 in then do a new release |
Also FYI, we've moved the repo and published the package. |
Drafting up a release now @Anush008 sorry for the delay! |
Hello folks 👋. Greetings from Qdrant.
Description
This PR intends to add support for Qdrant to be used as a vector store in Rivet.
This implementation adds no additional dependencies.