actrone-memory
    Preparing search index...

    Interface PgVectorL2Options

    interface PgVectorL2Options {
        table?: string;
        dimensions?: number;
    }
    Index
    table?: string

    Table name. Must be a plain identifier. Default "agent_memories".

    dimensions?: number

    Embedding width. Fixed by pgvector at table-creation time. Default 1536.