Mv vearch provider doc (#10466)

This commit is contained in:
Bagatur
2023-09-11 15:00:40 -07:00
committed by GitHub
parent 50128c8b39
commit 70b6897dc1

View File

@@ -0,0 +1,15 @@
# 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](docs/modules/indexes/vectorstores/examples/vearch.ipynb)
```python
from langchain.vectorstores import Vearch
```