Bug: SqliteVectorStoreRecordCollection.VectorizedSearchAsync() Filter usage throws exception #11132
Labels
bug
Something isn't working
Build
Features planned for next Build conference
msft.ext.vectordata
Related to Microsoft.Extensions.VectorData
The following code is wrong:
The first line should be:
if (searchOptions.OldFilter is not null)
Otherwise using Filter instead of OldFilter always throws.
The text was updated successfully, but these errors were encountered: