Replies: 4 comments
-
I agree that it would be very useful. In particular, right now I try to use sqlite manually and I get this error:
This is even more irritating because langchain does support sqlite with vectore store extension: https://python.langchain.com/docs/integrations/vectorstores/sqlitevec/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
agree, I also need it. |
Beta Was this translation helpful? Give feedback.
-
It's already there!! Just made it work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there is a store implementation for in memory and postgres, but not yet one for sqlite. In memory is easy to use, but it lacks persistence. Postgres has persistence, but requires a separately running service. It would be really great to have the ease of use of sqlite to have a persistent store implementation. Is that something you are looking to implement?
Specifically, we currently have:
and this is a feature request for
Beta Was this translation helpful? Give feedback.
All reactions