@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseGraphPathFacetConfig

    A path facet: a deterministic tree built by splitting a hierarchical path field on separator. Interior nodes are the path prefixes; scoping a search to one node matches that folder and everything beneath it. Exempt from the near-unique/cardinality eligibility gates (those judge flat value sets). Declared under AiKnowledgeBaseGraphConceptsConfig.pathFacets.

    interface AiKnowledgeBaseGraphPathFacetConfig {
        field: string;
        separator?: string;
        type: "path";
    }
    Index

    Properties

    Properties

    field: string

    The metadata field holding the path values (e.g. 'folderPath').

    separator?: string

    Path segment separator. Defaults to '/'.

    type: "path"

    Marks this as a path facet.