Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ _Note: txtai 9.0+ is required for late interaction model support_
|
|
| 43 |
import txtai
|
| 44 |
|
| 45 |
embeddings = txtai.Embeddings(
|
| 46 |
-
|
| 47 |
content=True
|
| 48 |
)
|
| 49 |
embeddings.index(documents())
|
|
|
|
| 43 |
import txtai
|
| 44 |
|
| 45 |
embeddings = txtai.Embeddings(
|
| 46 |
+
path="neuml/pubmedbert-base-colbert",
|
| 47 |
content=True
|
| 48 |
)
|
| 49 |
embeddings.index(documents())
|