top | item 40245091

(no title)

jeanloolz | 1 year ago

I originally added sqlite-vss (your original vector search implementation) on Langchain as a vectorstore. Do you think this one is mature enough to add on Langchain, or should I wait a bit?

Love your work by the way, I have been using sqlite-vss on a few projects already.

discuss

order

alexgarcia-xyz|1 year ago

Hey really cool to see re sqlite-vss+langchain! You could try a langchain integration now, there's an (undocumented) sqlite-vec pypi package you can install that's similar to the sqlite-vss one. Though I'd only try it for dev stuff now (or stick to alpha releases), but things will be much more stable when v0.1.0 comes out. Though I doubt the main SQL API (the vec0 table) syntax will change much between now and then.

jeanloolz|1 year ago

Cool beans! I'll look into it soon then

davedx|1 year ago

He says in the blog post and here that this isn't finished yet