Skip to main content

Vearch

Vearch is a scalable distributed system for efficient similarity search of deep learning vectors.

Installation and Setup

Vearch Python SDK enables vearch to use locally. Vearch python sdk can be installed easily by pip install vearch.

Vectorstore

Vearch also can used as vectorstore. Most details in this notebook

from langchain_community.vectorstores import Vearch
API Reference:Vearch

Was this page helpful?


You can also leave detailed feedback on GitHub.