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.
1 parent 4d46ec9 commit ed1b715Copy full SHA for ed1b715
src/Azure.AISearch.WebApp/Services/AzureOpenAISearchService.cs
@@ -94,7 +94,7 @@ public async Task<SearchResponse> SearchAsync(SearchRequest request)
94
{
95
DocumentId = citation.Filepath,
96
DocumentTitle = citation.Title,
97
- SocumentSourceUrl = citation.Url,
+ DocumentSourceUrl = citation.Url,
98
Captions = string.IsNullOrWhiteSpace(citation.Content) ? Array.Empty<string>() : new[] { citation.Content }
99
});
100
}
0 commit comments