QueryFilters interface
filters over knowledge base.
Properties
| logical |
Logical operation used to join metadata filter with source filter. |
| metadata |
Find QnAs that are associated with the given list of metadata. |
| source |
Find QnAs that are associated with any of the given list of sources in knowledge base. |
Property Details
logicalOperation
Logical operation used to join metadata filter with source filter.
logicalOperation?: string
Property Value
string
metadataFilter
Find QnAs that are associated with the given list of metadata.
metadataFilter?: MetadataFilter
Property Value
sourceFilter
Find QnAs that are associated with any of the given list of sources in knowledge base.
sourceFilter?: string[]
Property Value
string[]