-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add extra dimension suport and cleaned notebooks
- Loading branch information
Sophie Chen
committed
May 23, 2024
1 parent
5c01f9c
commit 24d18de
Showing
6 changed files
with
435 additions
and
16 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
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,14 +1,14 @@ | ||
[ | ||
{ | ||
"data_path": "<path to data>", | ||
"location": "<azure region, e.g. 'westus2'>", | ||
"subscription_id": "<subscription id>", | ||
"resource_group": "<resource group name>", | ||
"search_service_name": "<search service name to use or create>", | ||
"index_name": "<index name to use or create>", | ||
"chunk_size": 1024, | ||
"token_overlap": 128, | ||
"semantic_config_name": "default", | ||
"language": "<Language to support for example use 'en' for English. Checked supported languages here under lucene - https://learn.microsoft.com/en-us/azure/search/index-add-language-analyzers" | ||
} | ||
[ | ||
{ | ||
"data_path": "<path to data>", | ||
"location": "<azure region, e.g. 'westus2'>", | ||
"subscription_id": "<subscription id>", | ||
"resource_group": "<resource group name>", | ||
"search_service_name": "<search service name to use or create>", | ||
"index_name": "<index name to use or create>", | ||
"chunk_size": 1024, | ||
"token_overlap": 128, | ||
"semantic_config_name": "default", | ||
"language": "<Language to support for example use 'en' for English. Checked supported languages here under lucene - https://learn.microsoft.com/en-us/azure/search/index-add-language-analyzers" | ||
} | ||
] |
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.