File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616 "license" : "mit" ,
1717 "size_in_GB" : 0.42 ,
1818 "sources" : {
19+ "hf" : "Qdrant/fast-bge-base-en" ,
1920 "url" : "https://storage.googleapis.com/qdrant-fastembed/fast-bge-base-en.tar.gz" ,
2021 },
2122 "model_file" : "model_optimized.onnx" ,
5051 "license" : "mit" ,
5152 "size_in_GB" : 0.13 ,
5253 "sources" : {
54+ "hf" : "Qdrant/bge-small-en" ,
5355 "url" : "https://storage.googleapis.com/qdrant-fastembed/BAAI-bge-small-en.tar.gz" ,
5456 },
5557 "model_file" : "model_optimized.onnx" ,
7274 "license" : "mit" ,
7375 "size_in_GB" : 0.09 ,
7476 "sources" : {
77+ "hf" : "Qdrant/bge-small-zh-v1.5" ,
7578 "url" : "https://storage.googleapis.com/qdrant-fastembed/fast-bge-small-zh-v1.5.tar.gz" ,
7679 },
7780 "model_file" : "model_optimized.onnx" ,
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ def onnx_embed(
7979 onnx_input ["token_type_ids" ] = np .array (
8080 [np .zeros (len (e ), dtype = np .int64 ) for e in input_ids ], dtype = np .int64
8181 )
82-
8382 onnx_input = self ._preprocess_onnx_input (onnx_input , ** kwargs )
8483
8584 model_output = self .model .run (self .ONNX_OUTPUT_NAMES , onnx_input )
You can’t perform that action at this time.
0 commit comments