Skip to content

Commit d36a664

Browse files
committed
README
1 parent 2fa42ff commit d36a664

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy_ai_search/src/deploy_ai_search/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ The associated scripts in this portion of the repository contains pre-built scri
2626
- `suffix`. Optional parameter that will apply a suffix onto the deployed index and indexer. This is useful if you want deploy a test version, before overwriting the main version.
2727
- `single_data_dictionary_file`. Optional parameter that controls whether you will be uploading a single data dictionary, or a data dictionary file per entity. By default, this is set to False.
2828

29+
### Column Value Store Index
30+
31+
1. Update `.env` file with the associated values. Not all values are required dependent on whether you are using System / User Assigned Identities or a Key based authentication.
32+
2. Adjust `text_2_sql_column_value_store.py` with any changes to the index / indexer.
33+
3. Run `deploy.py` with the following args:
34+
35+
- `index_type text_2_sql_column_value_store`. This selects the `Text2SQLColumnValueStoreAISearch` sub class.
36+
- `rebuild`. Whether to delete and rebuild the index.
37+
- `suffix`. Optional parameter that will apply a suffix onto the deployed index and indexer. This is useful if you want deploy a test version, before overwriting the main version.
38+
2939
### Query Cache Index
3040

3141
1. Update `.env` file with the associated values. Not all values are required dependent on whether you are using System / User Assigned Identities or a Key based authentication.

0 commit comments

Comments
 (0)