Skip to content

Commit

Permalink
Migrate CDN download URL from S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jan 7, 2025
1 parent c6547ec commit e192364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/utils/EmbeddingEngines/native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e192364

Please sign in to comment.