-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
131 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
export ENV="dev" | ||
export PROJECT_PATH="/Users/<xx>/" | ||
export OPENSEARCH_URL="https://localhost:9200" | ||
export S3_URL="http://localhost:9000" | ||
|
||
export LOADER_CONFIG="file_loader" # defaults to s3_loader | ||
export VECTOR_STORE_CONFIG="opensearch" # defaults to opensearch, chroma is another option | ||
export VECTOR_STORE_CONFIG="opensearch" # defaults to opensearch | ||
export LLM_MODEL="local_llm" # defaults to hosted_llm | ||
|
||
# export S3_LOADER_FILE_NAME="all_data_null_test_3.parquet" | ||
export SUMMARISE_API = "xxxxxxx" | ||
export SUMMARISE_URL = "https://xxxx.amazonaws.com/api" | ||
export FACTCHECK_API = "xxxxxxx" | ||
export FACTCHECK_URL = "https://xxxx.amazonaws.com/api" | ||
export GLOSSERY_API = "xxxxxxx" | ||
export GLOSSERY_URL = "https://xxxx.amazonaws.com/api" | ||
export CONVERSATION_API = "xxxxxxx" | ||
export CONVERSATION_URL = "https://xxxx.amazonaws.com/api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,6 @@ volumes: | |
opensearch-data1: | ||
opensearch-data2: | ||
data-volume: {} | ||
s3-volume: {} | ||
|
||
networks: | ||
opensearch-net: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.