You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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