Skip to content

Commit

Permalink
Add missing types to weaviate.outputs.query
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Jun 20, 2024
1 parent 315f403 commit 5fc3a78
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions weaviate/outputs/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@
from weaviate.collections.classes.internal import (
GenerativeNearMediaReturnType,
GenerativeReturnType,
GenerativeGroupByReturnType,
GenerativeSearchReturnType,
MetadataReturn,
MetadataSingleObjectReturn,
Object,
ObjectSingleReturn,
GroupByObject,
GroupByReturn,
GroupByReturnType,
GenerativeObject,
GenerativeReturn,
GenerativeGroupByReturn,
GenerativeGroup,
Group,
QueryNearMediaReturnType,
QueryReturn,
QueryReturnType,
QuerySingleReturn,
ReferenceInput,
Expand All @@ -38,16 +47,25 @@
"FilterReturn",
"GenerativeNearMediaReturnType",
"GenerativeReturnType",
"GenerativeGroupByReturnType",
"GenerativeSearchReturnType",
"GeoCoordinate",
"MetadataReturn",
"MetadataSingleObjectReturn",
"Object",
"ObjectSingleReturn",
"GroupByObject",
"GroupByReturn",
"Group",
"GroupByReturnType",
"GenerativeObject",
"GenerativeReturn",
"GenerativeGroupByReturn",
"GenerativeGroup",
"PhoneNumberType",
"QueryNearMediaReturnType",
"QueryReturnType",
"QueryReturn",
"QuerySingleReturn",
"ReferenceInput",
"ReferenceInputs",
Expand Down

0 comments on commit 5fc3a78

Please sign in to comment.