Skip to content

Commit 1330345

Browse files
committed
chore: Removed field
1 parent 396a881 commit 1330345

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

semantic_router/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def __str__(self):
7878

7979
class DocumentSplit(BaseModel):
8080
docs: List[str]
81-
embeddings: List[List[float]] = []
8281
is_triggered: bool = False
8382
triggered_score: Optional[float] = None
8483
token_count: Optional[int] = None

0 commit comments

Comments
 (0)