Skip to content
Snippets Groups Projects
Commit e192364d authored by timothycarambat's avatar timothycarambat
Browse files

Migrate CDN download URL from S3 bucket

parent c6547ec0
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ class NativeEmbedder {
// This is a folder that Mintplex Labs hosts for those who cannot capture the HF model download
// endpoint for various reasons. This endpoint is not guaranteed to be active or maintained
// and may go offline at any time at Mintplex Labs's discretion.
#fallbackHost =
"https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/";
#fallbackHost = "https://cdn.useanything.com/support/models/";
constructor() {
// Model Card: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment