prithivida commited on
Commit
7017d06
·
verified ·
1 Parent(s): 92da5f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -90,8 +90,8 @@ Both GTE-ModernColBERT and ColBERT-small model cards have this comparison agains
90
 
91
  # How to use / Running inference:
92
 
93
- Short term: We are releasing a lib called [`lateness`](https://github.com/PrithivirajDamodaran/lateness)
94
- Medium to Long terms: 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.
95
  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).
96
 
97
 
 
90
 
91
  # How to use / Running inference:
92
 
93
+ - Short term: We are releasing a lib called `[lateness]`(https://github.com/PrithivirajDamodaran/lateness)
94
+ - Medium to Long terms: 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.
95
  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).
96
 
97