That's only the whole index, you cant delete vectors you inserted
That's only the whole index, you cant delete vectors you inserted

namespace is buried so low in the structure. namespace should be up leveled.123 and I insert that into namespace netflix, but then I have the same object id, perhaps different metadata and certainly different vectors, and it has a namespace hulu the vectorize database will overwrite the first record, or fail depending on if I called upsert or insertIndexes per account 100 indexes betaMaximum returned results (topK) 20 beta. Any chance the dashboard will get some updates to show the vector count for the index?removeAll() ... which is on many of the vector db's out there./query HTTP endpoint to bring request/response format in line with Workers API. See https://github.com/cloudflare/cloudflare-docs/pull/125460.018004786 format numbers. The post body is 6kb big.compatibility_date = "2024-01-20""@cloudflare/workers-types": "^4.20240117.0", shows this:VectorizeMatchnamespacenamespace123netflixhuluupsertinsertIndexes per account 100 indexes betaMaximum returned results (topK) 20 betaremoveAll()let phase1TempVec:VectorizeVector ={
id:contentData.d1Key,
values: phase1Data.data[0],
namespace:'content_items',
metadata:metaRecord
}/query0.018004786compatibility_date = "2024-01-20""@cloudflare/workers-types": "^4.20240117.0",VectorizeMatchdeclare interface VectorizeMatches {
matches: VectorizeMatch[];
count: number;
}
declare interface VectorizeMatch {
/** The ID for the vector. This can be user-defined, and must be unique. It should uniquely identify the object, and is best set based on the ID of what the vector represents. */
vectorId: string;
/** The score or rank for similarity, when returned as a result */
score: number;
/** Vector data for the match. Included only if the user specified they want it returned (via {@link VectorizeQueryOptions}). */
vector?: VectorizeVector;
}{
"count": 3,
"matches": [
{
"id": "uuid-2",
"namespace": "site:ecb",
"score": null
},
{
"id": "uuid-3",
"namespace": "site:ecb",
"score": null
},
{
"id": "uuid-1",
"namespace": "site:ecb",
"score": null
}
]
}