[GH-ISSUE #2959] [BUG]: lm studio server + anything llm RAG:embed file fail #1889

Closed
opened 2026-02-22 18:27:01 -05:00 by yindo · 1 comment
Owner

Originally created by @He-Xun on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2959

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

image

Are there known steps to reproduce?

No response

Originally created by @He-Xun on GitHub (Jan 10, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2959 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? <img width="1512" alt="image" src="https://github.com/user-attachments/assets/93979be5-cda9-445a-b59d-8eaf68ace7ec" /> ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:27:01 -05:00
yindo closed this issue 2026-02-22 18:27:01 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 10, 2025):

You are using a Large Language Model for embedding. You cannot use an LLM to embed text. In fact, you have an embedder loaded I can see in that message. Use nomic-embed-text-v1.5 as your embedding model.

The provider apis do not differentiate model types from each other so its up to you to know when a model is appropriate to use for the LLM vs the embedder.

@timothycarambat commented on GitHub (Jan 10, 2025): You are using a `Large Language Model` for embedding. You cannot use an LLM to embed text. In fact, you have an embedder loaded I can see in that message. Use `nomic-embed-text-v1.5` as your embedding model. The provider apis do not differentiate model types from each other so its up to you to know when a model is appropriate to use for the LLM vs the embedder.
yindo changed title from [BUG]: lm studio server + anything llm RAG:embed file fail to [GH-ISSUE #2959] [BUG]: lm studio server + anything llm RAG:embed file fail 2026-06-05 14:43:15 -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#1889