Interface DocumentFilterSemanticSearch

interface DocumentFilterSemanticSearch {
    semanticSearch: {
        property: DocumentFilterProperty;
        value: string;
    };
}

Properties

Properties

semanticSearch: {
    property: DocumentFilterProperty;
    value: string;
}

Matches passages that have similar semantic meaning as the search query.

{"property":["content"],"value":"Report"}