Metadata filtering would be fine, do you have an ETA on when this feature will be ready?
Metadata filtering would be fine, do you have an ETA on when this feature will be ready?
includeMetadata paramaccount_identifier?

getByIds and deleteByIds? I am scheduling a bulk delete and want to know if I should chunk it, or if that limit is well above the memory size of a Worker. (EDIT for searchers: Limit is 20)
includeMetadataException Thrown @ 12/1/2023, 12:06:34 PM
(log) {
count: 2,
matches: [
{ vectorId: 'hzz2v', score: 0.804275747, vector: [Object] },
{ vectorId: 'aml6o', score: 0.726804477, vector: [Object] }
]
}let contextResult = await env.DEMO_VECTORDB.query(queryVector, { topK: 5, returnMetadata: true })import { CloudflareVectorizeStore } from "langchain/vectorstores/cloudflare_vectorize";account_identifiergetByIdsdeleteByIds{
"config": {
"preset": "@cf/baai/bge-small-en-v1.5",
"dimensions": 768,
"metric": "cosine"
},
"description": "This is my example index.",
"name": "example-index"
}{
"result": null,
"success": false,
"errors": [
{
"code": 1005,
"message": "vectorize.not_entitled"
}
],
"messages": []
}