Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Feb 27, 2024
1 parent 6c8c43a commit 25d72ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def filter_documents(self, filters: Optional[weaviate.collections.classes.filter

if filters:
result = self._query_with_filters(filters)
return [self._to_document(doc) for doc in result]
return [self._to_document(self._convert_weaviate_v4_object_to_v3_object(doc)) for doc in result]

# result = []

Expand Down

0 comments on commit 25d72ad

Please sign in to comment.