Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit b9b5fd8

Browse files
docs(.env.ionos.sample): add RAG / code execution configs
Refs: PRODAI-418
1 parent 9964c94 commit b9b5fd8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/IONOS/.env.ionos.sample

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# RAG (retrieval augmented generation)
2+
#
3+
RAG_EMBEDDING_ENGINE=openai
4+
RAG_OPENAI_API_BASE_URL=https://openai.inference.de-txl.ionos.com/v1
5+
RAG_EMBEDDING_MODEL=BAAI/bge-m3
6+
# Set to the same value as OPENAI_API_KEY
7+
RAG_OPENAI_API_KEY=...
8+
9+
# Running Python code client side via Pyodide (via Webassembly)
10+
ENABLE_CODE_EXECUTION=false
11+
112
# Whether to login automatically during development
213
# WEBUI_AUTH: False = auto-login, True = allow subscribe + login (WEBUI_SECRET_KEY required)
314
WEBUI_AUTH=True

0 commit comments

Comments
 (0)