The response for the list operation.

ListResponse

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

Properties

namespace?: string

The namespace of the vectors.

ListResponse

pagination?: Pagination

ListResponse

usage?: Usage

ListResponse

vectors?: ListItem[]

ListResponse