2.3.0
2.3.0 (2025-11-28)
Ci
-
ci: Add HF_TOKEN to dataset loading and merge CI (#3622) (
4ffef40) -
ci: update action versions (#3623)
update action versions (bcf4e82)
Documentation
-
docs: Update "speeding up"-section to include bumping version (#3634)
-
Update "speeding up"-section to include bumping version
Also corrected grammar and punctuation for clarity.
- Update docs/usage/running_the_evaluation.md
Co-authored-by: Roman Solomatin <[email protected]>
Co-authored-by: Roman Solomatin <[email protected]> (392186f)
Feature
-
feat: add search encoder backend (#3492)
-
add search backend
-
make faiss optional
-
fix import
-
use faiss in reranking
-
add support for multiple similarities
-
remove check
-
update index check
-
rename and move files
-
add missing files
-
fix import
-
rename to add documents
-
make index backend optional
-
remove streaming backend
-
fix test
-
add doc
-
add memory
-
add API to docs (
4ed7ef4)
Fix
- fix: Updated metadata on model memory (#3624)
fix model memory (73168c6)
Unknown
-
model: Add eager-embed embedding model (#3602)
-
Add eagerembed model
-
Address CR comments to make code cleaner
-
Refactor code to remove unnecessary dataloader. Use prompt_type
-
Update model revision. Move tokenizer config to file
-
Add support for unified encoding
-
Fix vidore2 retrieval language filter
-
Remove unused methods. Fix vidore2 filtering
-
Remove deprecated torch_dtype (
7e2fa98)