[GH-ISSUE #2069] [BUG]: Embedding Provider URL not recognized #1349

Closed
opened 2026-02-22 18:24:23 -05:00 by yindo · 3 comments
Owner

Originally created by @luc-w on GitHub (Aug 8, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2069

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I run the AnythingLLM desktop app and LocalAI in Docker. When chosing Local AI as embedding provider and providing the Local AI base URL, the embedding model name remains --waiting for URL--. When I change the embedding provider to LM Studio (which is not installed) and provide the same URL, AnythingLLM recognizes all models installed in Local AI.

Are there known steps to reproduce?

Freshly installed AnythingLLM Desktop with
curl -fsSL https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/installer.sh | sh
and Local AI with
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
Llama3:8b-instruct-q8_0 is running via Ollama in the background

Originally created by @luc-w on GitHub (Aug 8, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2069 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? I run the AnythingLLM desktop app and LocalAI in Docker. When chosing Local AI as embedding provider and providing the Local AI base URL, the embedding model name remains --waiting for URL--. When I change the embedding provider to LM Studio (which is not installed) and provide the same URL, AnythingLLM recognizes all models installed in Local AI. ### Are there known steps to reproduce? Freshly installed AnythingLLM Desktop with `curl -fsSL https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/installer.sh | sh` and Local AI with `docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu` Llama3:8b-instruct-q8_0 is running via Ollama in the background
yindo added the possible bug label 2026-02-22 18:24:23 -05:00
yindo closed this issue 2026-02-22 18:24:23 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 8, 2024):

Are you using http://127.0.0.1/v1 or just http://127.0.0.1? The right URL is /v1

@timothycarambat commented on GitHub (Aug 8, 2024): Are you using `http://127.0.0.1/v1` or just `http://127.0.0.1`? The right URL is `/v1`
Author
Owner

@luc-w commented on GitHub (Aug 9, 2024):

Thanks! Not sure where I missed this detail.

@luc-w commented on GitHub (Aug 9, 2024): Thanks! Not sure where I missed this detail.
Author
Owner

@timothycarambat commented on GitHub (Aug 9, 2024):

@luc-w That is not on you - its in the placeholder for the input and we should handle it for you tbh @shatfield4

@timothycarambat commented on GitHub (Aug 9, 2024): @luc-w That is not on you - its in the placeholder for the input and we should handle it for you tbh @shatfield4
yindo changed title from [BUG]: Embedding Provider URL not recognized to [GH-ISSUE #2069] [BUG]: Embedding Provider URL not recognized 2026-06-05 14:40:17 -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#1349