Skip to main content
Infino is a LangChain VectorStore: vector, full-text (BM25), hybrid, and SQL retrieval over a single copy of your data. Bring your own embeddings.

Python

pip install langchain-infino
The langchain-infino package provides the vector store with hybrid search, self-query, and SQL. Runnable walkthroughs are in the LangChain examples (live-data RAG, a research assistant, a support-ops agent).

JavaScript / TypeScript

npm install @infino-ai/langchain-infino
The @infino-ai/langchain-infino package provides InfinoVectorStore with fromDocuments / fromTexts, similarity and hybrid search, MMR, and metadata filtering.

See also

Last modified on June 29, 2026