Skip to content

Commit

Permalink
fix: weaviate create collection tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
darshit-s3 committed Aug 26, 2024
1 parent b500904 commit a673afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="trace-attributes", # Choose a unique name for PyPI
version="7.0.2",
version="7.0.3",
author="Karthik Kalyanaraman",
author_email="[email protected]",
description="LangTrace - Trace Attributes",
Expand Down
2 changes: 1 addition & 1 deletion src/python/langtrace/trace_attributes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class WeaviateMethods(Enum):
QUERY_NEAR_OBJECT = "weaviate.collections.queries.near_object"
QUERY_NEAR_TEXT = "weaviate.collections.queries.near_text"
QUERY_NEAR_VECTOR = "weaviate.collections.queries.near_vector"
COLLECTIONS_OPERATIONS = "weaviate.collections.collections"
COLLECTIONS_OPERATIONS = "weaviate.collections.collections.sync"


class VendorType(Enum):
Expand Down

0 comments on commit a673afc

Please sign in to comment.