Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface ListResponse

    The response for the list operation.

    ListResponse

    interface ListResponse {
        namespace?: string;
        pagination?: Pagination;
        usage?: Usage;
        vectors?: ListItem[];
    }
    Index
    namespace?: string

    The namespace of the vectors.

    ListResponse

    pagination?: Pagination

    ListResponse

    usage?: Usage

    ListResponse

    vectors?: ListItem[]

    ListResponse