SQLite-VSS
SQLite-VSS is an
SQLiteextension designed for vector search, emphasizing local-first operations and easy integration into applications without external servers. Leveraging theFaisslibrary, 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