[GH-ISSUE #1446] How to use embedding models downloaded from hugging face #924

Closed
opened 2026-02-22 18:22:13 -05:00 by yindo · 2 comments
Owner

Originally created by @guijuzhejiang on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1446

Nice work!when loading the models, I have to go through such encapsulated models like openAI, Ollama, etc. before I can load them, how do you call them directly if they are downloaded from hugging face?

Originally created by @guijuzhejiang on GitHub (May 18, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1446 Nice work!when loading the models, I have to go through such encapsulated models like openAI, Ollama, etc. before I can load them, how do you call them directly if they are downloaded from hugging face?
yindo closed this issue 2026-02-22 18:22:13 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 18, 2024):

You have downloaded a model, probably a GGUF? You should use some kind of LLM provider to "run" it and AnythingLLM can connect to it. LocalAI and LMStudio both have setups where you can easily install and run any HF Model and AnythingLLM integrates with both 👍

@timothycarambat commented on GitHub (May 18, 2024): You have downloaded a model, probably a GGUF? You should use some kind of LLM provider to "run" it and AnythingLLM can connect to it. LocalAI and LMStudio both have setups where you can easily install and run any HF Model and AnythingLLM integrates with both 👍
Author
Owner

@guijuzhejiang commented on GitHub (May 18, 2024):

@timothycarambat Thanks, I will try LMStudio

@guijuzhejiang commented on GitHub (May 18, 2024): @timothycarambat Thanks, I will try LMStudio
yindo changed title from How to use embedding models downloaded from hugging face to [GH-ISSUE #1446] How to use embedding models downloaded from hugging face 2026-06-05 14:37:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#924