vector

batch_exists

Check existence for multiple vector keys.

wire vector_batch_exists

Checks several vector keys in one collection and returns positional boolean status values. The response preserves the input order.

Itemwise batches return one positional item result per input item. The outer batch status summarizes whether all, some, or none of the items succeeded.

Parameters

NameTypeRequiredDescription
collectionstringyesCollection name.
keysarrayyesVector keys to check.
branchstring or nullnoTarget branch. Defaults to the executor handle branch.
spacestring or nullnoTarget product space. Defaults to `"default"`.

Returns

BatchResult<BatchExistsPresence>

  • dataBatchResult6
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

← All 22 Vectors commands

agents: this page as markdown → /docs/reference/vector/batch_exists.md