mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
f9636b6cd2
- Description: add vearch repository link
16 lines
484 B
Markdown
16 lines
484 B
Markdown
# Vearch
|
|
|
|
[Vearch](https://github.com/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
|
|
```
|