diff --git a/shards/README.md b/shards/README.md index dba6f785aa824b9ced7b3b2060b06ee893fe58ce..f59eca04603c340620dbfa69cc47c931ba0d2687 100644 --- a/shards/README.md +++ b/shards/README.md @@ -1,5 +1,7 @@ # Mishards - An Experimental Sharding Middleware +[中文版](README_CN.md) + Milvus aims to achieve efficient similarity search and analytics for massive-scale vectors. A standalone Milvus instance can easily handle vector search among billion-scale vectors. However, for 10 billion, 100 billion or even larger datasets, a Milvus cluster is needed. Ideally, this cluster can be accessed and used just as the standalone instance, meanwhile it satisfies the business requirements such as low latency and high concurrency.