Closed Anush008 closed 7 months ago
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. Could you please skim through https://github.com/Anush008/rivet-plugin-qdrant? We'll then move the repo to Qdrant and publish the package this 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 plugins.ts
and let's get this in!
plugins.ts
should be updated.
Hi @abrenneke. Is there any timeline for the next release? We can publish the integration docs and social posts at the same time.
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.