asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 59 forks source link

Integrate with 3rd-party tools in AI ecosystem #66

Open asg017 opened 1 year ago

asg017 commented 1 year ago

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

philippe2803 commented 10 months ago

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.

asg017 commented 10 months ago

@philippe2803 that's awesome, let me know if you need any help when building it!

philippe2803 commented 10 months ago

@asg017 there is a PR pending for sqlite-vss as a vector store in langchain now.

philippe2803 commented 9 months ago

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.