.Net: [MEVD] VectorStoreOperationException should more narrowly wrap only the database call #11766
Labels
msft.ext.vectordata
Related to Microsoft.Extensions.VectorData
.NET
Issue or Pull requests regarding .NET code
In some connectors, exceptions coming out of filter translation are wrapped by VectorStoreOperationException, while in others they are not. Such exceptions (e.g. an untranslatable filter) represent application bugs and shouldn't be wrapped by VectorStoreOperationException (they're never meant to be caught and handled).
/cc @westey-m @dmytrostruk
The text was updated successfully, but these errors were encountered: