mirror of
https://github.com/qdrant/fastembed.git
synced 2026-09-21 05:27:46 -05:00
fix: use the canonical Hugging Face source for BGE-small (#707)
* fix: use the canonical Hugging Face source for BGE-small * tests: remove excess test --------- Co-authored-by: Basil Chen <192173459+rastagan-git@users.noreply.github.com> Co-authored-by: George <george.panchuk@qdrant.tech>
This commit is contained in:
co-authored by
Basil Chen
George
parent
113bd565ec
commit
0dab99c23e
@@ -77,7 +77,7 @@ supported_onnx_models: list[DenseModelDescription] = [
|
||||
),
|
||||
license="mit",
|
||||
size_in_GB=0.067,
|
||||
sources=ModelSource(hf="qdrant/bge-small-en-v1.5-onnx-q"),
|
||||
sources=ModelSource(hf="Qdrant/bge-small-en-v1.5-onnx-Q"),
|
||||
model_file="model_optimized.onnx",
|
||||
),
|
||||
DenseModelDescription(
|
||||
|
||||
Reference in New Issue
Block a user