Skip to content

Commit

Permalink
Merge pull request #848 from weaviate/filtervalue_export_type
Browse files Browse the repository at this point in the history
Add Filtervalue to outputs
  • Loading branch information
dirkkul authored Feb 2, 2024
2 parents b858b2f + 6a8cdcf commit 4c80f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions weaviate/collections/classes/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,3 +559,4 @@ def by_property(name: str, length: bool = False) -> _FilterByProperty:
FilterByCreationTime: TypeAlias = _FilterByCreationTime
FilterByUpdateTime: TypeAlias = _FilterByUpdateTime
FilterByRef: TypeAlias = _FilterByRef
FilterReturn: TypeAlias = _Filters
2 changes: 2 additions & 0 deletions weaviate/outputs/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
FilterById,
FilterByUpdateTime,
FilterByRef,
FilterReturn,
)
from weaviate.collections.classes.grpc import Sorting
from weaviate.collections.classes.internal import (
Expand All @@ -30,6 +31,7 @@
"FilterByProperty",
"FilterByRef",
"FilterByUpdateTime",
"FilterReturn",
"GenerativeNearMediaReturnType",
"GenerativeReturnType",
"GeoCoordinate",
Expand Down

0 comments on commit 4c80f68

Please sign in to comment.