mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Migrate CDN download URL from S3 bucket
This commit is contained in:
parent
c6547ec04d
commit
e192364d8d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue