Member Junction
    Preparing search index...

    Filters that can be applied to narrow search results.

    interface SearchFilters {
        EntityNames?: string[];
        SourceTypes?: string[];
        Tags?: string[];
    }
    Index

    Properties

    EntityNames?: string[]

    Restrict to specific entity names

    SourceTypes?: string[]

    Restrict to specific source types (vector metadata filter)

    Tags?: string[]

    Require specific tags