diff --git a/semantic_router/schema.py b/semantic_router/schema.py index edbc8d341140ba5c85efa406ca7827d86458bed2..8841902161f6b72b1c5ee3245b3b08e1994609eb 100644 --- a/semantic_router/schema.py +++ b/semantic_router/schema.py @@ -78,7 +78,6 @@ class Message(BaseModel): class DocumentSplit(BaseModel): docs: List[str] - embeddings: List[List[float]] = [] is_triggered: bool = False triggered_score: Optional[float] = None token_count: Optional[int] = None