File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
src/Azure.AISearch.WebApp/Services Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ private AzureSearchChatExtensionConfiguration GetAzureCognitiveSearchDataSource(
123123 TitleFieldName = useDocumentsIndex ? nameof ( Document . Title ) : nameof ( DocumentChunk . SourceDocumentTitle ) ,
124124 UrlFieldName = useDocumentsIndex ? nameof ( Document . FilePath ) : nameof ( DocumentChunk . SourceDocumentFilePath ) ,
125125 FilepathFieldName = useDocumentsIndex ? nameof ( Document . FilePath ) : nameof ( DocumentChunk . SourceDocumentFilePath ) ,
126- PageFieldName = useDocumentsIndex ? nameof ( Document . Page ) : nameof ( DocumentChunk . SourceDocumentPage ) ,
127126 VectorFieldNames = { useDocumentsIndex ? null : nameof ( DocumentChunk . ContentVector ) }
128127 } ,
129128 ShouldRestrictResultScope = request . LimitToDataSource , // Limit responses to data from the data source only
You can’t perform that action at this time.
0 commit comments