How can I change azure AI Search result reference ? #7406
-
Is it possible to change the AI search reference from [doc2] to something like filename or the document id ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Cobra86 Azure .NET SDK returns citation information associated with chat response: At the moment, we don't expose citation information in Semantic Kernel, but we can add it in response metadata if needed. Please let me know if this would be helpful and I will create GitHub Issue for that. But even if we will expose citation info in response metadata, there is still no relationship between |
Beta Was this translation helpful? Give feedback.
Sounds good, I created an issue for this: #7438
Meanwhile, I will close this discussion, so GitHub Issue will be the only source of truth for the progress of this request. Thanks!