Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.47k stars 2.77k forks source link

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

Closed zhenda-hub closed 1 week ago

zhenda-hub commented 1 week ago

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

timothycarambat commented 1 week ago

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

zhenda-hub commented 1 week ago

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.

timothycarambat commented 6 days ago

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