You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (Required) Set to the parent directory where taxonomy repo is cloned.
22
+
NEXT_PUBLIC_TAXONOMY_ROOT_DIR=
23
+
24
+
# (Optional)Enable experiment features like synthetic data generation, training, and chat evaluation.
13
25
NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
14
26
15
-
# IL_FILE_CONVERSION_SERVICE=http://localhost:5001 # Uncomment and fill in the http://host:port if the docling conversion service is running.
16
-
# NEXT_PUBLIC_API_SERVER=http://localhost:8080 # Uncomment and point to the URL the api-server is running on. Native mode only and needs to be running on the same host as the UI.
17
-
# NEXT_PUBLIC_MODEL_SERVER_URL=http://x.x.x.x # Used for model chat evaluation vLLM instances. Currently, server side rendering is not supported so the client must have access to this address for model chat evaluation to function in the UI. Currently ports, 8000 & 8001 are hardcoded and why it is not an option to set.
27
+
# (Optional) Uncomment and point to the URL the api-server is running on. Native mode only and needs
0 commit comments