Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Jun 13, 2024
1 parent 2aea60a commit a1af6f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions substrate/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,3 @@ class Config:
"""
Selected embedding model.
"""
metric: Optional[Literal["cosine", "l2", "inner"]] = None
"""
The distance metric used for the query.
"""
5 changes: 0 additions & 5 deletions substrate/future_dataclass_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2510,8 +2510,3 @@ class FutureQueryVectorStoreOut:
(Future reference)
Selected embedding model.
"""
metric: Optional[Literal["cosine", "l2", "inner"]] = None
"""
(Future reference)
The distance metric used for the query.
"""
4 changes: 0 additions & 4 deletions substrate/typeddict_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,3 @@ class QueryVectorStoreOut(TypedDict):
"""
Selected embedding model.
"""
metric: NotRequired[Literal["cosine", "l2", "inner"]]
"""
The distance metric used for the query.
"""

0 comments on commit a1af6f3

Please sign in to comment.