Skip to content

Commit

Permalink
Update AZURE_SEARCH_API_VERSION to 2023-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
piizei committed Nov 17, 2023
1 parent 7aafa55 commit fbc347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ table of configuration (environment) values
|-------------------------------|------------------------------------------------------------------------------------------|------------------------|
| AZURE_SEARCH_ENDPOINT | the URL of azure cognitive search | |
| AZURE_SEARCH_KEY= | Admin key for search. If not specified, should use managed identity. | |
| AZURE_SEARCH_API_VERSION | Version of cognitive search api (2023-07-01-Preview or later) | 2023-07-01-Preview |
| AZURE_SEARCH_API_VERSION | Version of cognitive search api (2023-11-01 or later) | 2023-11-01 |
| AZURE_SEARCH_CONFLUENCE_INDEX | Index name to be created for confluence. | confluence |
| AZURE_SEARCH_EMBEDDING_MODEL | The deployment name in Azure OpenAi or model name, usually text-embedding-ada-002 | text-embedding-ada-002 |
| AZURE_SEARCH_FULL_REINDEX | (true, false) Reindex every page (normally just the ones that changed after last index) | false |
Expand Down

0 comments on commit fbc347c

Please sign in to comment.