You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This allows Azure OpenAI to use an Azure AI Search index.
85
85
//
86
86
// > Because the model has access to, and can reference specific sources to support its responses, answers are not only based on its pretrained knowledge
87
87
// > but also on the latest information available in the designated data source. This grounding data also helps the model avoid generating responses
88
88
// > based on outdated or incorrect information.
89
89
//
90
90
// Quote from here: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data
0 commit comments