Skip to content

Commit

Permalink
adjust env filespaths
Browse files Browse the repository at this point in the history
  • Loading branch information
TJaniF committed Apr 22, 2024
1 parent caac797 commit 901bacf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ AIRFLOW__OPERATORS__DEFAULT_OWNER="Astra"
AIRFLOW__CORE__DEFAULT_TASK_RETRIES=3

## URIs
TRAIN_EXAMPLES_LONG_URI = "file://include/examples/train_examples/examples_long/"
TRAIN_EXAMPLES_SHORT_URI = "file://include/examples/train_examples/examples_short/"
TRAIN_EXAMPLES_FOLDER_URI = "file://include/examples/train_examples/"
TRAIN_EXAMPLES_LONG_URI = "file://include/examples/train_examples/ingested_examples/examples_long/"
TRAIN_EXAMPLES_SHORT_URI = "file://include/examples/train_examples/ingested_examples/examples_short/"
TRAIN_EXAMPLES_FOLDER_URI = "file://include/examples/train_examples/ingested_examples/"

VALIDATION_EXAMPLES_LONG_URI = "file://include/examples/validation_examples/examples_long/"
VALIDATION_EXAMPLES_SHORT_URI = "file://include/examples/validation_examples/examples_short/"
VALIDATION_EXAMPLES_FOLDER_URI = "file://include/examples/validation_examples/"
VALIDATION_EXAMPLES_LONG_URI = "file://include/examples/validation_examples/ingested_examples/examples_long/"
VALIDATION_EXAMPLES_SHORT_URI = "file://include/examples/validation_examples/ingested_examples/examples_short/"
VALIDATION_EXAMPLES_FOLDER_URI = "file://include/examples/validation_examples/ingested_examples/"

KNOWLEDGE_BASE_DATA_GUIDES_URI = "file://include/knowledge_base/guides/"
KNOWLEDGE_BASE_DATA_TEXT_FILES_URI = "file://include/knowledge_base/text_files/"
Expand Down

0 comments on commit 901bacf

Please sign in to comment.