See https://js.langchain.com/docs/integrations/text_embedding/cloudflare_ai
If you're deploying your project in a Cloudflare worker, you can use Cloudflare's built-in Workers AI embeddings with LangChain.js.
account_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)
wrangler.toml right now which hard-codes your limit
https://api.cloudflare.com/client/v4/accounts/920b1a6e159cf77dab28969103a4765b/vectorize/indexes/customers-650a02c2a5be79517a7f79e2/querytopK limitn indices youβd have to use the APIimport { CloudflareVectorizeStore } from "langchain/vectorstores/cloudflare_vectorize";account_identifiergetByIdsdeleteByIdswrangler.tomlhttps://api.cloudflare.com/client/v4/accounts/920b1a6e159cf77dab28969103a4765b/vectorize/indexes/customers-650a02c2a5be79517a7f79e2/querytopKn{
"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": []
}