Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingy94@gmail.com>
  • Loading branch information
kemingy committed Oct 3, 2024
1 parent 0d969bd commit b79994d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabitq"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "A Rust implementation of the RaBitQ vector search algorithm."
license = "AGPL-3.0"
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# RaBitQ

[![AGPL](https://img.shields.io/github/license/kemingy/rabitq)](https://www.tldrlegal.com/license/gnu-affero-general-public-license-v3-agpl-3-0)
[![crates.io](https://img.shields.io/crates/v/rabitq.svg)](https://crates.io/crates/rabitq)
[![docs.rs](https://docs.rs/rabitq/badge.svg)](https://docs.rs/rabitq)
[![Rust](https://github.com/kemingy/rabitq/actions/workflows/rust.yml/badge.svg)](https://github.com/kemingy/rabitq/actions/workflows/rust.yml)

[RaBitQ](https://github.com/gaoj0017/RaBitQ) implementation in Rust.

## Features

- [x] RaBitQ with basic scan
- [ ] RaBitQ with fastscan
- [x] x86_64 SIMD support
- [ ] integrate with K-means clustering
- [ ] disk-based RaBitQ (WIP)
- [ ] HTTP service (WIP)

0 comments on commit b79994d

Please sign in to comment.