Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ This is a BM25S index created with the [`bm25s` library](https://github.com/xhlu
|
|
19 |
You can install the `bm25s` library with `pip`:
|
20 |
|
21 |
```bash
|
22 |
-
pip install "bm25s==0.
|
23 |
|
24 |
# Include extra dependencies like stemmer
|
25 |
-
pip install "bm25s[full]==0.
|
26 |
|
27 |
# For huggingface hub usage
|
28 |
pip install huggingface_hub
|
|
|
19 |
You can install the `bm25s` library with `pip`:
|
20 |
|
21 |
```bash
|
22 |
+
pip install "bm25s==0.1.3"
|
23 |
|
24 |
# Include extra dependencies like stemmer
|
25 |
+
pip install "bm25s[full]==0.1.3"
|
26 |
|
27 |
# For huggingface hub usage
|
28 |
pip install huggingface_hub
|