Skip to content

Commit 5ba5d16

Browse files
committed
chore: toLower() models.json
1 parent 1371984 commit 5ba5d16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fastembed/models.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"description": "Base English model, v1.5",
1616
"size_in_GB": 0.44,
1717
"hf_sources": [
18-
"Qdrant/bge-base-en-v1.5-onnx-Q"
18+
"qdrant/bge-base-en-v1.5-onnx-q"
1919
],
2020
"gcs_sources": [
2121
"qdrant-fastembed/fast-bge-base-en-v1.5.tar.gz"
@@ -27,8 +27,8 @@
2727
"description": "Large English model, v1.5",
2828
"size_in_GB": 1.34,
2929
"hf_sources": [
30-
"Qdrant/bge-large-en-v1.5-onnx",
31-
"Qdrant/bge-large-en-v1.5-onnx-Q"
30+
"qdrant/bge-large-en-v1.5-onnx",
31+
"qdrant/bge-large-en-v1.5-onnx-q"
3232
],
3333
"gcs_sources": []
3434
},
@@ -49,7 +49,7 @@
4949
"description": "Fast and Default English model",
5050
"size_in_GB": 0.13,
5151
"hf_sources": [
52-
"Qdrant/bge-small-en-v1.5-onnx-Q"
52+
"qdrant/bge-small-en-v1.5-onnx-q"
5353
],
5454
"gcs_sources": [
5555
"qdrant-fastembed/fast-bge-small-en-v1.5.tar.gz"
@@ -71,7 +71,7 @@
7171
"description": "Multilingual model, e5-large. Recommend using this model for non-English languages",
7272
"size_in_GB": 2.24,
7373
"hf_sources": [
74-
"Qdrant/multilingual-e5-large-onnx"
74+
"qdrant/multilingual-e5-large-onnx"
7575
],
7676
"gcs_sources": [
7777
"qdrant-fastembed/intfloat-multilingual-e5-large.tar.gz"
@@ -103,7 +103,7 @@
103103
"description": "Sentence Transformer model, MiniLM-L6-v2",
104104
"size_in_GB": 0.09,
105105
"hf_sources": [
106-
"Qdrant/all-MiniLM-L6-v2-onnx"
106+
"qdrant/all-MiniLM-L6-v2-onnx"
107107
],
108108
"gcs_sources": [
109109
"qdrant-fastembed/fast-all-MiniLM-L6-v2.tar.gz",

0 commit comments

Comments
 (0)