vlite
VLite is a simple and blazing fast vector database that allows you to store and retrieve data semantically using embeddings. Made with numpy, vlite is a lightweight batteries-included database to implement RAG, similarity search, and embeddings into your projects.
You'll need to install langchain-community
with pip install -qU langchain-community
to use this integration
Installationโ
To use the VLite in LangChain, you need to install the vlite
package:
!pip install vlite