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
Adding Filtered Index support to Python bindings (#482)
* Halfway approach to the new indexfactory, but it doesn't have the same featureset as the old way. Committing this for posterity but reverting my changes ultimately
* Revert "Halfway approach to the new indexfactory, but it doesn't have the same featureset as the old way. Committing this for posterity but reverting my changes ultimately"
This reverts commit 03dccb5.
* Adding filtered search. API is going to change still.
* Further enhancements to the new filter capability in the static memory index.
* Ran automatic formatting
* Fixing my logic and ensuring the unit tests pass.
* Setting this up as a rc build first
* list[list[Hashable]] -> list[list[str]]
* Adding halfway to a solution where we query for more items than exist in the filter set. We need to replicate this behavior across all indices though - dynamic, static disk and memory w/o filters, etc
* Removing the import of Hashable too
0 commit comments