Fix linting
Browse files- env.example +1 -1
env.example
CHANGED
@@ -28,7 +28,7 @@ OLLAMA_EMULATING_MODEL_TAG=latest
|
|
28 |
|
29 |
### Directory Configuration (defaults to current working directory)
|
30 |
### Should be set if deploy by docker (Set by Dockerfile instead of .env)
|
31 |
-
### Default value is ./inputs and ./rag_storage
|
32 |
# INPUT_DIR=<absolute_path_for_doc_input_dir>
|
33 |
# WORKING_DIR=<absolute_path_for_working_dir>
|
34 |
|
|
|
28 |
|
29 |
### Directory Configuration (defaults to current working directory)
|
30 |
### Should be set if deploy by docker (Set by Dockerfile instead of .env)
|
31 |
+
### Default value is ./inputs and ./rag_storage
|
32 |
# INPUT_DIR=<absolute_path_for_doc_input_dir>
|
33 |
# WORKING_DIR=<absolute_path_for_working_dir>
|
34 |
|