Skip to content

Commit

Permalink
Recommender endpoint (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz authored Apr 23, 2024
1 parent 5a30a06 commit 00a19ed
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 65 deletions.
6 changes: 6 additions & 0 deletions src/marqo/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ class IndexStatus(str, Enum):
CREATING = "CREATING"
DELETING = "DELETING"
FAILED = "FAILED"


class InterpolationMethod(str, Enum):
LERP = "lerp"
NLERP = "nlerp"
SLERP = "slerp"
Loading

0 comments on commit 00a19ed

Please sign in to comment.