Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
C++ API Reference
vector
contents
metadata
void Delete(const std::vector<std::string>& ids, const KeyContext& key);
ids
const std::vector<std::string>&
key
KeyContext
index_key
cyborg::KeyContext{user_kek, user_id}
std::runtime_error
// Delete items with IDs "item_1" and "item_2" index->Delete({"item_1", "item_2"}, index_key);
std::array<uint8_t, 32>
Was this page helpful?