[DOCS]: Update the docker/.env.example
#2901
Labels
documentation
Improvements or additions to documentation
docker/.env.example
#2901
Description
The current .env.example file is missing several supported API keys and environment variables, and some existing variables lack detailed documentation. This makes it difficult for users to configure their AnythingLLM instances with all the supported LLM providers, integrations, and features. I propose updating the .env.example file to include all possible environment variables and improve the documentation for clarity.
Proposed Changes:
Add Missing Environment Variables:
Deepseek API Key and Model Preference:
GitHub API Key:
xAI API Key and Model Preference:
APIPie API Key and Model Preference:
Fireworks AI API Key and Model Preference:
NVIDIA NIM API Key and Model Preference:
Generic OpenAI Embedding API Key:
Tavily API Key:
Improve Documentation for Existing Variables:
Password Complexity Variables:
Simple SSO Passthrough:
LLM Provider Comments:
Add detailed comments for each LLM provider (e.g.,
localai
,ollama
) to explain their usage.Embedding Engine Comments:
Add detailed comments for each embedding engine (e.g.,
litellm
,generic-openai
) to explain their usage.Vector Database Comments:
Add detailed comments for each vector database (e.g.,
qdrant
,milvus
) to explain their usage.Organize the File into Clear Sections:
Benefits:
Additional Notes:
.env.example
file for easy reference.Example of Updated
.env.example
File:The text was updated successfully, but these errors were encountered: