@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface ScrolledPoint

    A scrolled point from the vector store.

    interface ScrolledPoint {
        id: string;
        payload: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    id: string

    The point ID.

    payload: Record<string, unknown>

    The payload metadata.