-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Integrate with 3rd-party tools in AI ecosystem #66
Comments
I'm currently working on the langchain integration to have sqlite-vss as a vector store. I should be able to have a working example in the next few days. |
@philippe2803 that's awesome, let me know if you need any help when building it! |
@asg017 there is a PR pending for sqlite-vss as a vector store in langchain now. |
This adds sqlite-vss as an option for a vector database. Contains the code and a few tests. Tests are passing and the library sqlite-vss is added as optional as explained in the contributing guidelines. I adjusted the code for lint/black/ and mypy. It looks that everything is currently passing. Adding sqlite-vss was mentioned in this issue: #1019. Also mentioned here in the sqlite-vss repo for the curious: asg017/sqlite-vss#66 Maintainer tag: @baskaryan --------- Co-authored-by: Philippe Oger <philippe.oger@adevinta.com>
Hi @asg017, I just saw your mention on twitter today for the sqlite-vss integration I did in langchain. That was a really cool thing to see. FYI, I'm actually looking into another integration right now with this rag chatgpt plugin template that openai came up with: https://github.com/openai/chatgpt-retrieval-plugin/. I really think sqlite-vss should be there too. |
Langchain
https://github.com/hwchase17/langchain
https://github.com/hwchase17/langchain/tree/master/langchain/vectorstores
Langchain JS
https://github.com/hwchase17/langchainjs
https://github.com/hwchase17/langchainjs/tree/main/langchain/src/vectorstores
EvaDB
https://github.com/georgia-tech-db/eva
https://github.com/georgia-tech-db/eva/tree/master/evadb/third_party/vector_stores
The text was updated successfully, but these errors were encountered: