AzureAISearchFilterType: {
    filterExpression?: string;
    includeEmbeddings?: boolean;
    vectorFilterMode?: VectorFilterMode;
}

Azure AI Search filter type.

Type declaration

  • OptionalfilterExpression?: string

    OData filter.

  • OptionalincludeEmbeddings?: boolean

    Determines whether or not to include the embeddings in the search results.

  • OptionalvectorFilterMode?: VectorFilterMode

    Determines whether or not filters are applied before or after the vector search is performed.