langchain/docs/extras/integrations/providers/vearch.md
wxd f9636b6cd2
add vearch repository link (#10491)
- Description: add vearch repository link
2023-09-13 12:06:47 -07:00

484 B

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 detalis in this notebook

from langchain.vectorstores import Vearch