Skip to content
Snippets Groups Projects
Commit 1330345c authored by Simonas's avatar Simonas
Browse files

chore: Removed field

parent 396a881b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment