Member Junction
    Preparing search index...

    A chunk whose vector has been upserted and is ready to be written as a ContentItemChunk row. chunkID becomes the row PK; vectorRecordID is the id the vector was actually stored under (equal to chunkID under 'recordId', a hash under 'hash').

    interface PersistedChunk {
        chunkID: string;
        chunkIndex: number;
        text: string;
        vectorRecordID: string;
    }
    Index

    Properties

    chunkID: string
    chunkIndex: number
    text: string
    vectorRecordID: string