Copy
---
title: Vearch
---
[Vearch](https://github.com/vearch/vearch)는 딥러닝 벡터의 효율적인 유사도 검색을 위한 확장 가능한 분산 시스템입니다.
# Installation and Setup
Vearch Python SDK를 사용하면 vearch를 로컬에서 사용할 수 있습니다. Vearch python sdk는 pip install vearch 명령으로 쉽게 설치할 수 있습니다.
# Vectorstore
Vearch는 vectorstore로도 사용할 수 있습니다. 자세한 내용은 [이 노트북](/oss/python/integrations/vectorstores/vearch)을 참조하세요.
```python
from langchain_community.vectorstores import Vearch
Copy
---
<Callout icon="pen-to-square" iconType="regular">
[Edit the source of this page on GitHub.](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/vearch.mdx)
</Callout>
<Tip icon="terminal" iconType="regular">
[Connect these docs programmatically](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
</Tip>