Skip to content

Commit

Permalink
where_to_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Apr 23, 2024
1 parent 8cd4205 commit 2681176
Show file tree
Hide file tree
Showing 12 changed files with 727 additions and 230 deletions.
2 changes: 1 addition & 1 deletion chromadb/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def validate_where(where: Where) -> Where:
or not all(isinstance(x, type(operand[0])) for x in operand)
):
raise ValueError(
f"Expected where operand value to be a non-empty list, and all values to obe of the same type "
f"Expected where operand value to be a non-empty list, and all values to be of the same type "
f"got {operand}"
)
return where
Expand Down
95 changes: 66 additions & 29 deletions chromadb/proto/chroma_pb2.py

Large diffs are not rendered by default.

232 changes: 194 additions & 38 deletions chromadb/proto/chroma_pb2.pyi

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions chromadb/proto/chroma_pb2_grpc.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 36 additions & 35 deletions chromadb/proto/coordinator_pb2.py

Large diffs are not rendered by default.

74 changes: 39 additions & 35 deletions chromadb/proto/coordinator_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2681176

Please sign in to comment.