-
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.
* Remove opensearch code paths * Remove opensearch dev and test setup * Remove Opensearch documentation references
- Loading branch information
Showing
17 changed files
with
182 additions
and
5,695 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 |
---|---|---|
|
@@ -19,34 +19,6 @@ VESPA_SEARCH_LIMIT=150 | |
# Shared search config | ||
INDEX_ENCODER_CACHE_FOLDER=/models | ||
|
||
# Opensearch connection settings | ||
OPENSEARCH_USER=admin | ||
OPENSEARCH_PASSWORD=admin | ||
OPENSEARCH_URL=http://opensearch-node1:9200 | ||
OPENSEARCH_INDEX_PREFIX=navigator | ||
OPENSEARCH_REQUEST_TIMEOUT=30 | ||
OPENSEARCH_USE_SSL=False | ||
OPENSEARCH_VERIFY_CERTS=False | ||
OPENSEARCH_SSL_WARNINGS=False | ||
OPENSEARCH_INDEX_EMBEDDING_DIM=768 | ||
|
||
# Opensearch query/index settings - optional | ||
# Disabled as not used in deployment. Defaults are set within the application. | ||
# OPENSEARCH_INDEX_INNER_PRODUCT_THRESHOLD=70.0 | ||
# OPENSEARCH_INDEX_MAX_DOC_COUNT=100 | ||
# OPENSEARCH_INDEX_MAX_PASSAGES_PER_DOC=10 | ||
# OPENSEARCH_INDEX_KNN_K_VALUE=10000 | ||
# OPENSEARCH_INDEX_N_PASSAGES_TO_SAMPLE_PER_SHARD=5000 | ||
# OPENSEARCH_INDEX_NAME_BOOST=100 | ||
# OPENSEARCH_INDEX_DESCRIPTION_BOOST=40 | ||
# OPENSEARCH_INDEX_EMBEDDED_TEXT_BOOST=50 | ||
# OPENSEARCH_JIT_MAX_DOC_COUNT=20 | ||
# OPENSEARCH_INDEX_NAME_KEY=for_search_action_name | ||
# OPENSEARCH_INDEX_DESCRIPTION_KEY=for_search_action_description | ||
# OPENSEARCH_INDEX_DESCRIPTION_EMBEDDING_KEY=action_description_embedding | ||
# OPENSEARCH_INDEX_INDEX_KEY=action_name_and_id | ||
# OPENSEARCH_INDEX_TEXT_BLOCK_KEY=text_block_id | ||
|
||
# Backend Superuser account information for admin | ||
SUPERUSER_EMAIL=[email protected] | ||
SUPERUSER_PASSWORD=password | ||
|
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
Oops, something went wrong.