-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make it possible to open the citation link refer to the metadata of Azure BLOB storage file #424
Comments
… metadata of Azure BLOB storage file
Hey! I am trying to reproduce this - how did you reference the new 'url' metadata in your Azure AI Studio indexer? |
We added fieldMappings setting. {
"@odata.context": "https://a1b2-cs-test-01.search.windows.net/$metadata#indexers/$entity",
"@odata.etag": "\"0x8DBF202DF18629A\"",
"name": "c2h1-indexer",
"description": "",
"dataSourceName": "c2h1",
"skillsetName": null,
"targetIndexName": "c2h1-index",
"disabled": null,
"schedule": null,
"parameters": {
"batchSize": null,
"maxFailedItems": 0,
"maxFailedItemsPerBatch": 0,
"base64EncodeKeys": null,
"configuration": {
"dataToExtract": "contentAndMetadata",
"parsingMode": "default"
}
},
"fieldMappings": [
{
"sourceFieldName": "metadata_storage_path",
"targetFieldName": "metadata_storage_path",
"mappingFunction": {
"name": "base64Encode",
"parameters": null
}
},
+ {
+ "sourceFieldName": "url",
+ "targetFieldName": "url",
+ "mappingFunction": null
+ }
],
"outputFieldMappings": [],
"cache": null,
"encryptionKey": null
} We also added a url field to the corresponding index. Then we searched for related text and the URL was returned. Thank you. |
@k-suminaga2 did you create your index and indexer directly in Azure Search Service or was this automatically configured through the Azure AI Studio GUI? Thanks! |
@lauramartinazure I created index and indexer directly in Azure Search Service. Thank you. |
Ist this post related to the "AZURE_SEARCH_URL_COLUMN" ENV Variable? Why is it "not currently in use?" Do you plan on making this ENV Variable usable? Screenshot taken from here: |
This issue is stale because it has been open for 30 days with no activity. |
Hello Teams.
I would like to express my utmost respect for the significant contributions made by the participants of this repository.
I've made modifications to our fork repository related to this issue.
I'd appreciate it if you could consider merging these changes into the main repository.
The text was updated successfully, but these errors were encountered: