We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f41c7a + aa28749 commit c7eb8c2Copy full SHA for c7eb8c2
articles/ai-services/openai/includes/use-your-data-rest.md
@@ -28,7 +28,7 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
28
{
29
"data_sources": [
30
31
- "type": "AzureCognitiveSearch",
+ "type": "azure_search",
32
"parameters": {
33
"endpoint": "'$AZURE_AI_SEARCH_ENDPOINT'",
34
"key": "'$AZURE_AI_SEARCH_API_KEY'",
0 commit comments