Replies: 1 comment 1 reply
-
Any news on this? Any thoughts from the Flowise development team? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Presently we can use Redis, Pg, Milvus, Pinocone... as vector db which all require a third-party service to run.
LanceDB is an open source vector db stored in a local file and already supported by LangChain.
The SQLite of vector dbs in a nutshell
Having a node to use it for embeddings would allow Flowise to run a lot of flows
requiring just a docker volume
and no other serviceI may find the time to implement it if it gets some traction
Beta Was this translation helpful? Give feedback.
All reactions