Skip to content

Commit d258224

Browse files
author
Matthew Harris
committed
Page
1 parent dd58c71 commit d258224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Azure.AISearch.WebApp/Services/AzureOpenAISearchService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public async Task<SearchResponse> SearchAsync(SearchRequest request)
9494
{
9595
DocumentId = citation.Filepath,
9696
DocumentTitle = citation.Title,
97-
DocumentPage = citation.Page,
9897
Captions = string.IsNullOrWhiteSpace(citation.Content) ? Array.Empty<string>() : new[] { citation.Content }
9998
});
10099
}

0 commit comments

Comments
 (0)