SQLite-VSS
SQLite-VSS is an
SQLite
extension designed for vector search, emphasizing local-first operations and easy integration into applications without external servers. Leveraging theFaiss
library, it offers efficient similarity search and clustering capabilities.
You'll need to install langchain-community
with pip install -qU langchain-community
to use this integration
This notebook shows how to use the SQLiteVSS
vector database.
# You need to install sqlite-vss as a dependency.
%pip install --upgrade --quiet sqlite-vss