Remove Single Document
src/remove-single.ts
Remove Multiple Documents
src/remove-multiple.ts
Clear All Documents
src/clear-all.ts
Remove by Filter
VectoriaDB doesn’t have a built-in “remove by filter” method. Use this pattern:src/remove-by-filter.ts
Safe Removal Pattern
src/safe-remove.ts
HNSW Index Updates
When using HNSW indexing, remove operations update the index structure:src/hnsw-remove.ts
Storage Considerations
Removing documents doesn’t automatically update persistent storage:src/remove-with-storage.ts
Related
Adding Documents
Add documents
Updating Documents
Update documents
Storage
Persist changes