Just a heads-up that you can type `/cfrole` to get an orange Cloudflare role in the server 🙂
Just a heads-up that you can type 
/cfrole to get an orange Cloudflare role in the server /cfrolegetByIds and deleteByIds operations; insert and upsert take the id you provide as well

VECTOR_QUERY_ERROR: Status + 404getByIdsdeleteByIdsinsertupsert//I defined a new object type for the metadata - MetadataSchema
let newMetaData:MetadataSchema ={
d1Key: keyValue,
prjRef: projectRef,
accRef: accountRef,
parentRef:parentRef
}
//Stuff the object in there
const metaRecord:Record<string,VectorizeVectorMetadata>= {
"data": JSON.stringify(newMetaData)
};
//Add to the vector
let tempVec:VectorizeVector ={
id:id,
values: data[0], //the embeddings
namespace:<The Namespace>,
metadata:metaRecord
}