- It is a distributed vector database
- The “ZeroMove” feature of JaguarDB enables instant horizontal scalability
- Multimodal: embeddings, text, images, videos, PDFs, audio, time series, and geospatial
- All-masters: allows both parallel reads and writes
- Anomaly detection capabilities
- RAG support: combines LLM with proprietary and real-time data
- Shared metadata: sharing of metadata across multiple vector indexes
- Distance metrics: Euclidean, Cosine, InnerProduct, Manhatten, Chebyshev, Hamming, Jeccard, Minkowski
Prerequisites
There are two requirements for running the examples in this file.-
You must install and set up the JaguarDB server and its HTTP gateway server.
Please refer to the instructions in:
www.jaguardb.com
For quick setup in docker environment:
Without Docker, run:This installs both the Jaguar vector database and HTTP gateway. The servers will start automatically after installation.
-
You must install the http client package for JaguarDB:
-
You’ll need to install
langchain-community
withpip install -qU langchain-community
to use this integration