Python: .Net: Bug: Missing 'List' method in IVectorStoreRecordCollection, cannot resync collection from source #9892
Labels
memory connector
memory
.NET
Issue or Pull requests regarding .NET code
python
Pull requests for the Python Semantic Kernel
Describe the bug
IVectorStoreRecordCollection
does not have a method to list all the keys stored in the collection. So we are missing a way to compare the content of the collection with the source to find what keys are to be deleted (when they are no longer in the source data).To Reproduce
Steps to reproduce the behavior:
Expected behavior
We would expect to have something like
IVectorStoreRecordCollection.ListAsync
. That would allow to find what keys need to be deleted.Screenshots
N/A
Platform
Additional context
N/A
The text was updated successfully, but these errors were encountered: