We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396a881 commit 1330345Copy full SHA for 1330345
semantic_router/schema.py
@@ -78,7 +78,6 @@ def __str__(self):
78
79
class DocumentSplit(BaseModel):
80
docs: List[str]
81
- embeddings: List[List[float]] = []
82
is_triggered: bool = False
83
triggered_score: Optional[float] = None
84
token_count: Optional[int] = None
0 commit comments