unified-llm-client
    Preparing search index...

    Interface PostgresKnowledgeStoreQueryResult<TRow>

    interface PostgresKnowledgeStoreQueryResult<TRow = Record<string, unknown>> {
        rowCount?: number | null;
        rows: TRow[];
    }

    Type Parameters

    • TRow = Record<string, unknown>
    Index

    Properties

    Properties

    rowCount?: number | null
    rows: TRow[]