[GH-ISSUE #1420] [Improvements]: Embedding documents should not be blocked by LLM settings #908

Closed
opened 2026-02-22 18:22:08 -05:00 by yindo · 4 comments
Owner

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

Originally assigned to: @timothycarambat on GitHub.

What would you like to see?

When a workspace using default settings, embedding documents from stroage is prevented due to missing setup OpenAI key.
Correct me if I'm wrong, but my understanding is embedding documents shouldn't involve a language model but an embedding model, which is pulled from HF.

Originally created by @jazelly on GitHub (May 16, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1420 Originally assigned to: @timothycarambat on GitHub. ### What would you like to see? When a workspace using default settings, embedding documents from `stroage` is prevented due to missing setup OpenAI key. Correct me if I'm wrong, but my understanding is embedding documents shouldn't involve a language model but an embedding model, which is pulled from HF.
yindo added the enhancementfeature request labels 2026-02-22 18:22:08 -05:00
yindo closed this issue 2026-02-22 18:22:08 -05:00
Author
Owner

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

Which LLM did you select? I recall this as a legacy thing as some providers fall back to the OpenAI embedder. this was way before the native embedder existed

@timothycarambat commented on GitHub (May 16, 2024): Which LLM did you select? I recall this as a legacy thing as some providers _fall back_ to the OpenAI embedder. this was way before the native embedder existed
Author
Owner

@jazelly commented on GitHub (May 16, 2024):

@timothycarambat I didn't select any LLM so I think it's the system default LLM, which I suppose it's the OpenAI one?

@jazelly commented on GitHub (May 16, 2024): @timothycarambat I didn't select any LLM so I think it's the system default LLM, which I suppose it's the OpenAI one?
Author
Owner

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

How did you get past onboarding without selecting an LLM?

@timothycarambat commented on GitHub (May 16, 2024): How did you get past onboarding without selecting an LLM?
Author
Owner

@jazelly commented on GitHub (May 16, 2024):

You can create a new workspace without specifying any LLM after onboarding, and I was embedding documents on the new workspace.

@jazelly commented on GitHub (May 16, 2024): You can create a new workspace without specifying any LLM after onboarding, and I was embedding documents on the new workspace.
yindo changed title from [Improvements]: Embedding documents should not be blocked by LLM settings to [GH-ISSUE #1420] [Improvements]: Embedding documents should not be blocked by LLM settings 2026-06-05 14:37:53 -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#908