mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
62fa2bc518
--------- Co-authored-by: zhanghexian1 <zhanghexian1@jd.com> Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
16 lines
448 B
Markdown
16 lines
448 B
Markdown
# 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
|
|
```
|