Support batching delete #986
niimima
started this conversation in
2. Feature requests
Replies: 1 comment 2 replies
-
we're planning to migrate all DB operations to run on top of Semantic Kernel vector store connectors. If SK will provide batch delete, we'll probably add that too. Otherwise it will look like a for loop, which could be run similarly on the client side. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following pull request introduces an interface to support IMemoryDbBatchUpsert in batch operations:
#441
I believe it would be even more useful if a batch delete functionality could also be added.
Beta Was this translation helpful? Give feedback.
All reactions