Skip to content

Commit a6e8ebd

Browse files
committed
Adds docs on OPENWEB_UI_SESSION
1 parent 181aca9 commit a6e8ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/settings.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here is a brief explanation of the environment variables:
2828
- `DIALOG_LOADCSV_CLEARDB`: if set to `true`, the script `load_csv.py` will delete all previously imported vectors and reimport everything again.
2929
- `COSINE_SIMILARITY_THRESHOLD`: the cosine similarity threshold used to filter the results from the database's similarity query. The default is `0.5`.
3030
- `PLUGINS`: the path to the plugins that will be loaded into the application comma-separated. An example is: `dialog-whatsapp,plugins.my-custom-plugin`.
31-
31+
- `OPENWEB_UI_SESSION`: the session ID used to connect to the OpenWeb UI API. By default, it is `dialog-openweb-ui` and it can be changed.
3232

3333
## CSV format
3434

0 commit comments

Comments
 (0)