Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ PubMedBERT SPLADE produces higher quality sparse embeddings than generalized mod
|
|
| 54 |
|
| 55 |
This model can be used to build embeddings databases with [txtai](https://github.com/neuml/txtai) for semantic search and/or as a knowledge source for retrieval augmented generation (RAG).
|
| 56 |
|
| 57 |
-
_Note: txtai 9.0
|
| 58 |
|
| 59 |
```python
|
| 60 |
import txtai
|
|
|
|
| 54 |
|
| 55 |
This model can be used to build embeddings databases with [txtai](https://github.com/neuml/txtai) for semantic search and/or as a knowledge source for retrieval augmented generation (RAG).
|
| 56 |
|
| 57 |
+
_Note: txtai 9.0+ is required for sparse vector scoring support_
|
| 58 |
|
| 59 |
```python
|
| 60 |
import txtai
|