From 1330345c394fe233ae2a21b047a1913fc70d9b86 Mon Sep 17 00:00:00 2001
From: Simonas <20096648+simjak@users.noreply.github.com>
Date: Mon, 26 Feb 2024 17:12:33 +0200
Subject: [PATCH] chore: Removed field

---
 semantic_router/schema.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/semantic_router/schema.py b/semantic_router/schema.py
index edbc8d34..88419021 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
-- 
GitLab