Skip to content

Commit

Permalink
Update env-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Dec 17, 2024
1 parent 1e1faa8 commit ced7e81
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/getting-started/advanced-topics/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,19 @@ If installed via Python, you must instead pass `--port` as a command line argume
- Default: `False`
- Description: Enables safe mode, which disables potentially unsafe features, deactivating all functions.


#### `ENABLE_FORWARD_USER_INFO_HEADERS`

- type: `bool`
- Default: `False`
- Description: Forwards user information (name, id, email, and role) as X-headers to OpenAI API.
If enabled, the following headers are forwarded:
- `X-OpenWebUI-User-Name`
- `X-OpenWebUI-User-Id`
- `X-OpenWebUI-User-Email`
- `X-OpenWebUI-User-Role`


#### `WEBUI_SESSION_COOKIE_SAME_SITE`

- Type: `str` (enum: `lax`, `strict`, `none`)
Expand Down Expand Up @@ -546,6 +559,20 @@ Available Tools: {{TOOLS}}\nReturn an empty string if no tools match the query.
- Default: `False`
- Description: Controls whether or not SSL is used for ChromaDB Server connections.


#### `CHROMA_CLIENT_AUTH_PROVIDER`

- Type: `str`
- Description: Specifies auth provider for remote ChromaDB Server.
- Example: `chromadb.auth.basic_authn.BasicAuthClientProvider`

#### `CHROMA_CLIENT_AUTH_CREDENTIALS`

- Type: `str`
- Description: Specifies auth credentials for remote ChromaDB Server.
- Example: `username:password`


#### `MILVUS_URI`

- Type: `str`
Expand Down

0 comments on commit ced7e81

Please sign in to comment.