unified-llm-client
    Preparing search index...

    Interface PostgresKnowledgeStoreTableNames

    interface PostgresKnowledgeStoreTableNames {
        chunks?: string;
        profiles?: string;
        sources?: string;
        spaces?: string;
    }
    Index

    Properties

    chunks?: string
    profiles?: string
    sources?: string
    spaces?: string