Member Junction
    Preparing search index...

    Interface SharedIndexFilterOptions

    Filter options for querying the shared vector index. All fields are optional -- omitted fields mean "no filter on this dimension". Mirrors the interface in @memberjunction/ai-vectors for package independence.

    interface SharedIndexFilterOptions {
        ContentTypes?: string[];
        EntityDocumentIDs?: string[];
        EntityNames?: string[];
        SourceTypes?: VectorSourceType[];
        Tags?: string[];
    }
    Index

    Properties

    ContentTypes?: string[]

    Restrict to specific MIME content types

    EntityDocumentIDs?: string[]

    Restrict to specific Entity Document IDs

    EntityNames?: string[]

    Restrict to specific entity names

    SourceTypes?: VectorSourceType[]

    Restrict to specific source types

    Tags?: string[]

    Require all specified tags to be present