prithivida commited on
Commit
2396109
·
verified ·
1 Parent(s): 10cf5b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ Both GTE-ModernColBERT and ColBERT-small model cards have this comparison agains
87
  -----
88
 
89
 
90
- # Running inference:
91
 
92
  There are really strong storage and retrieval abstractions: VectorDBs like Qdrant, Weaviate or Vespa that support multi-vectors and strong Colbert training libraries like PyLate, So we feel it is best to work the authors and integrate.
93
  For now we offer only code to load the model, run inference and do some light weight in-memory ranking (no heavy lifting like storing and retrieving using FAISS indexes).
 
87
  -----
88
 
89
 
90
+ # How to use / Running inference:
91
 
92
  There are really strong storage and retrieval abstractions: VectorDBs like Qdrant, Weaviate or Vespa that support multi-vectors and strong Colbert training libraries like PyLate, So we feel it is best to work the authors and integrate.
93
  For now we offer only code to load the model, run inference and do some light weight in-memory ranking (no heavy lifting like storing and retrieving using FAISS indexes).