Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DemirTonchev committed Jul 2, 2024
2 parents 982e412 + f2c120d commit 4ed1250
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
Yet Another BM25 algorithm implementation with helpful implementation of:
1. functionallity to update the index with .update() method. In fack you can use just update.
2. per document vector.
3. sparse vector support

Installation:
```
pip install yeabm25
```

### Quickstart
```python
from yeabm25 import YeaBM25
import nltk
Expand Down Expand Up @@ -90,4 +97,4 @@ yeabm.get_scores(['brown'])
```

### Usage examples:
- [Use sparse vectors with Milvus DB](examples/sparse_vector_milvus.ipynb)
- [Use sparse vectors with Milvus DB](examples/sparse_vector_milvus.ipynb)

0 comments on commit 4ed1250

Please sign in to comment.