const infoResponse = await index.info(); /* { vectorCount: 17, pendingVectorCount: 0, indexSize: 551158, dimension: 1536, similarityFunction: "COSINE", namespaces: { "": { // default namespace vectorCount: 10, pendingVectorCount: 0, }, "my-namespace": { vectorCount: 7, pendingVectorCount: 0, } } } */
b
Hide child attributes
Was this page helpful?