Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hicder authored Dec 5, 2024
1 parent 32cccdd commit c411dc6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Introduction

MuopDB is a vector database for machine learning. Here are the plans:
MuopDB is a vector database for machine learning. Currently, it supports:
* Index type: HNSW, IVF, SPANN. All on-disk with mmap.
* Quantization: product quantization

Here are the plans for future MuopDB:
### V0 (Done)
- [x] Query path
- [x] Vector similarity search
Expand All @@ -19,8 +23,12 @@ MuopDB is a vector database for machine learning. Here are the plans:
- [x] Improve locality for HNSW
- [x] SPANN
### V2
- [ ] Multiple index segments
- [ ] Support realtime indexing
- [ ] Query
- [ ] Multiple index segments
- [ ] Support realtime indexing
- [ ] Elias-Fano encoding for IVF
- [ ] Quantization
- [ ] RabitQ

## Why MuopDB?
This is an educational project for me to learn Rust & vector database.
Expand Down

0 comments on commit c411dc6

Please sign in to comment.