[GH-ISSUE #2620] [BUG]: http://localhost:3001/settings/embedding-preference , white page #1699

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

Originally created by @zhenda-hub on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2620

How are you running AnythingLLM?

Docker (local)

What happened?

click embedder, then will become a white page

Are there known steps to reproduce?

I use docker compose started anything-llm.

click open setttings -> AI Providers -> embedder, then will become a white page

Originally created by @zhenda-hub on GitHub (Nov 11, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2620 ### How are you running AnythingLLM? Docker (local) ### What happened? click embedder, then will become a white page ### Are there known steps to reproduce? I use docker compose started anything-llm. click open setttings -> AI Providers -> embedder, then will become a white page
yindo added the possible bug label 2026-02-22 18:26:08 -05:00
yindo closed this issue 2026-02-22 18:26:08 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 11, 2024):

You probably have an invalid setting from whatever your docker-compose has set for the ENV. What embedder do you have set? This is a config issue as unable to replicate on current production build.

The ENV key for this is EMBEDDING_ENGINE and if it was not set, it would default to native

@timothycarambat commented on GitHub (Nov 11, 2024): You probably have an invalid setting from whatever your docker-compose has set for the ENV. What embedder do you have set? This is a config issue as unable to replicate on current production build. The ENV key for this is `EMBEDDING_ENGINE` and if it was not set, it would default to `native`
Author
Owner

@zhenda-hub commented on GitHub (Nov 14, 2024):

I have no .env file. just use compose.yaml to run it.

I want to know which is the default embedder.

I could not set embedder.

@zhenda-hub commented on GitHub (Nov 14, 2024): I have no .env file. just use compose.yaml to run it. I want to know which is the default embedder. I could not set embedder.
Author
Owner

@timothycarambat commented on GitHub (Nov 15, 2024):

native is. In your compose YAML, you have to specify some ENVIRONMENT VARS and EMBEDDING_ENGINE: "native" needs to be one.

@timothycarambat commented on GitHub (Nov 15, 2024): `native` is. In your compose YAML, you have to specify some ENVIRONMENT VARS and `EMBEDDING_ENGINE: "native"` needs to be one.
yindo changed title from [BUG]: http://localhost:3001/settings/embedding-preference , white page to [GH-ISSUE #2620] [BUG]: http://localhost:3001/settings/embedding-preference , white page 2026-06-05 14:42:12 -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#1699