xhluca commited on
Commit
1cbef3b
1 Parent(s): 36688ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.0.1dev0"
23
 
24
  # Include extra dependencies like stemmer
25
- pip install "bm25s[full]==0.0.1dev0"
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