Skip to content

Commit 5b277e2

Browse files
committed
doc: add badges on README
1 parent 575a2a2 commit 5b277e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ZenANN: A High-Performance Vector Similarity Search Library for Python Users
22

3+
![Repo Size](https://img.shields.io/github/repo-size/seco1024/zenann)
4+
[![PyPI Version](https://img.shields.io/pypi/v/zenann.svg)](https://pypi.org/project/zenann/)
5+
[![CodeFactor](https://www.codefactor.io/repository/github/seco1024/zenann/badge)](https://www.codefactor.io/repository/github/seco1024/zenann)
6+
[![License](https://img.shields.io/github/license/seco1024/zenann)](https://github.com/seco1024/zenann/blob/main/LICENSE)
7+
38
## Basic Information
49

510
**ZenANN** is a high-performance approximate nearest neighbor (ANN) similarity search library designed to be user-friendly for Python developers. It provides multiple indexing methods, such as **IVF** (Inverted File Index), **HNSW** (Hierarchical Navigable Small World), and **hybrid-index structures** to balance between accuracy and speed. The computation kernel of ZenANN will be optimized for cache efficiency, SIMD acceleration, and algorithms enhancements beyond existing in-memory libraries.

0 commit comments

Comments
 (0)