Update README.md
Browse files
README.md
CHANGED
|
@@ -781,7 +781,7 @@ _Note: txtai 9.0+ is required for late interaction model support_
|
|
| 781 |
import txtai
|
| 782 |
|
| 783 |
embeddings = txtai.Embeddings(
|
| 784 |
-
|
| 785 |
content=True
|
| 786 |
)
|
| 787 |
embeddings.index(documents())
|
|
|
|
| 781 |
import txtai
|
| 782 |
|
| 783 |
embeddings = txtai.Embeddings(
|
| 784 |
+
path="neuml/colbert-muvera-pico",
|
| 785 |
content=True
|
| 786 |
)
|
| 787 |
embeddings.index(documents())
|