@Anonymous Thanks for reaching here! It seems you are looking for example documentation for the option for the fieldsMapping, you may refer to here- Map fields in indexers - Azure Cognitive Search | Microsoft Learn
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey, guys. I'm studying a way to connect on cogntive search with the azure openai. I got success with that configuration
dataSources: [
{
type: "AzureCognitiveSearch",
parameters: {
endpoint: COGNITIVE_SEARCH_URL,
key: COGNITIVE_SEARCH_API_KEY,
indexName: indexName,
topNDocuments: 5,
},
},
],
But I don't know how could I set the fields mapping, because I need to choose the option for the url return .
On the documentation have the option for the fieldsMapping, but don't have the example how to do this.
@Anonymous Thanks for reaching here! It seems you are looking for example documentation for the option for the fieldsMapping, you may refer to here- Map fields in indexers - Azure Cognitive Search | Microsoft Learn
Hope this helps.