Set correct url

This commit is contained in:
Nicolas Mowen 2025-03-25 11:10:50 -06:00
parent a12f357ad8
commit 773f34df7a

View File

@ -25,7 +25,7 @@ class FaceNetEmbedding(BaseEmbedding):
model_name="facedet",
model_file="facenet.onnx",
download_urls={
"facenet.onnx": "https://huggingface.co/jinaai/jina-clip-v1/resolve/main/onnx/text_model_fp16.onnx",
"facenet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/facenet.onnx",
},
)
self.device = device