langchain.js
    Preparing search index...

    Operation to list and filter namespaces in the store.

    interface ListNamespacesOperation {
        limit: number;
        matchConditions?: MatchCondition[];
        maxDepth?: number;
        offset: number;
    }
    Index

    Properties

    limit: number
    matchConditions?: MatchCondition[]
    maxDepth?: number
    offset: number