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++
vector
contents
metadata
void Delete(const std::vector<std::string>& ids);
ids
const std::vector<std::string>&
std::runtime_exception
// Delete items with IDs "item_1" and "item_2" index->Delete({"item_1", "item_2"});
Was this page helpful?