Skip to content

feat: add LanceDB and FAISS+SQLite as local vector database backends#384

Open
gavinwang668 wants to merge 2 commits into
zilliztech:masterfrom
gavinwang668:main
Open

feat: add LanceDB and FAISS+SQLite as local vector database backends#384
gavinwang668 wants to merge 2 commits into
zilliztech:masterfrom
gavinwang668:main

Conversation

@gavinwang668

Copy link
Copy Markdown

Add two new local vector database implementations so users don't need a separate Milvus service. LanceDB is now the default when no Milvus config is provided.

  • LanceDBVectorDatabase adapter using @lancedb/lancedb
  • LocalVectorDatabase adapter using FAISS + SQLite
  • VECTOR_DB_TYPE env var to switch between milvus/local/lancedb
  • Updated README and help text with new config examples

Add two new local vector database implementations so users don't need
a separate Milvus service. LanceDB is now the default when no Milvus
config is provided.

- LanceDBVectorDatabase adapter using @lancedb/lancedb
- LocalVectorDatabase adapter using FAISS + SQLite
- VECTOR_DB_TYPE env var to switch between milvus/local/lancedb
- Updated README and help text with new config examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant