Vearch is a cloud-native distributed vector database for efficient similarity search of embedding vectors in your AI applications.
Both vector search and scalar filtering.
Fast vector retrieval - search from millions of objects in milliseconds.
Replication and elastic scaling out.
Add charts through the repo
$ helm repo add vearch https://vearch.github.io/vearch-helm
$ helm repo update && helm install my-release vearch/vearch
Add charts from local
$ git clone https://github.com/vearch/vearch-helm.git
$ cd vearch-helm
$ helm install my-release ./charts -f ./charts/values.yaml
$ cd cloud
$ cp ../config/config.toml .
$ docker-compose up
Quickly start with vearch docker image, please see DeployByDocker | docker编译部署.
Quickly compile the source codes, please see SourceCompileDeployment | 源码编译部署.
- For GPU APILowLevel.md
- APIVisualSearch.md Vearch can be leveraged to build a complete visual search system to index billions of images. The image retrieval plugin for object detection and feature extraction is also required. For more information, please refer to Quickstart.md.
- APIPythonSDK.md Vearch Python SDK enables vearch to use locally. Vearch python sdk can be installed easily by pip install vearch.
Master
Responsible for schema mananagement, cluster-level metadata, and resource coordination.Router
Provides RESTful API: `upsert` , `delete` `search` and `query` ; request routing, and result merging.PartitionServer (PS)
Hosts document partitions with raft-based replication.Gamma is the core vector search engine implemented based on faiss. It provides the ability of storing, indexing and retrieving the vectors and scalars.
Reference to cite when you use Vearch in a research paper:
@misc{li2019design,
title={The Design and Implementation of a Real Time Visual Search System on JD E-commerce Platform},
author={Jie Li and Haifeng Liu and Chuanghua Gui and Jianyu Chen and Zhenyun Ni and Ning Wang},
year={2019},
eprint={1908.07389},
archivePrefix={arXiv},
primaryClass={cs.IR}
}
You can report bugs or ask questions in the issues page of the repository.
For public discussion of Vearch or for questions, you can also send email to vearch-maintainers@groups.io.
Our slack : https://vearchwrokspace.slack.com
Welcome to register the company name in this issue: vearch#230 (in order of registration)
欢迎在此 issue vearch#230 中登记公司名称
Licensed under the Apache License, Version 2.0. For detail see LICENSE and NOTICE.