You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different index types handle missing routes when filtering for routes differently. LocalIndex will raise a ValueError whereas QdrantIndex and PineconeIndex raise no error. They should all behave the same. See tests/unit/test_router.py::TestSemanticRouter::test_query_filter for the logic that triggers this behaviour.
The text was updated successfully, but these errors were encountered:
Different index types handle missing routes when filtering for routes differently.
LocalIndex
will raise aValueError
whereasQdrantIndex
andPineconeIndex
raise no error. They should all behave the same. Seetests/unit/test_router.py::TestSemanticRouter::test_query_filter
for the logic that triggers this behaviour.The text was updated successfully, but these errors were encountered: