From 195841029cda9406b3861de6a0938b2d52c3cd5c Mon Sep 17 00:00:00 2001 From: Qinren Zhou Date: Fri, 9 Jan 2026 13:32:23 +0800 Subject: [PATCH] minor: update Readme with discord link and benchmarks (#19) * minor: update Readme with discord link * minor: update * minor: update readme * Update README.md * Update README.md * use img link * Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c977297..f8a5c92 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Linux x64 CI - + Code Coverage PyPI Release License

@@ -16,7 +16,7 @@ **Zvec** is an open-source, in-process vector database — lightweight, lightning-fast, and designed to embed directly into applications. Built on **Proxima** (Alibaba's battle-tested vector search engine), it delivers production-grade, low-latency, scalable similarity search with minimal setup. -[📚 Quick Start](https://zvec.org/en/docs/quickstart/) | 🌐 [Website](https://zvec.org/en/) | [📖 Documentation](https://zvec.org/en/docs/) | [📊 Benchmarks](https://zvec.org/en/docs/benchmarks/) +[📚 Quick Start](https://zvec.org/en/docs/quickstart/) | 🌐 [Website](https://zvec.org/en/) | [📖 Documentation](https://zvec.org/en/docs/) | [📊 Benchmarks](https://zvec.org/en/docs/benchmarks/) | [💜 Discord](https://discord.gg/ZSbbfAKk) ## 💫 Features @@ -69,13 +69,20 @@ results = collection.query( topk=10 ) -# Results: list of {'id': str, 'score': float, ...}, sorted by relevance +# Results: list of {'id': str, 'score': float, ...}, sorted by relevance print(results) ``` +## 📈 Performance at Scale + +Zvec delivers exceptional speed and efficiency, making it ideal for demanding production workloads. + +Zvec Performance Benchmarks + +For detailed benchmark methodology, configurations, and complete results, please see our [Benchmarks documentation](https://zvec.org/en/docs/benchmarks/). + ## ❤️ Contributing -We welcome and appreciate contributions from the community! -Whether you're fixing a bug, adding a feature, or improving documentation, your help makes Zvec better for everyone. +We welcome and appreciate contributions from the community! Whether you're fixing a bug, adding a feature, or improving documentation, your help makes Zvec better for everyone. Check out our [Contributing Guide](./CONTRIBUTING.md) to get started!