Skip to content

Commit

Permalink
Add embedding client metadata type (#620)
Browse files Browse the repository at this point in the history
Add it
  • Loading branch information
Jim-Encord authored Jun 20, 2024
1 parent 608b750 commit 4b0bd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encord/orm/client_metadata_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class ClientMetadataSchemaTypes(StringEnum):
DATETIME = "datetime"
GEOSPATIAL = "geospatial"
ENUM = "enum"
EMBEDDING = "embedding"


class ClientMetadataSchema(BaseDTO):
Expand Down

0 comments on commit 4b0bd88

Please sign in to comment.