From 112201e4e9df82c5c2698f5791b7e6a48d0bd3a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CDaniel=20Griffiths=E2=80=9D?=
 <Danielgriffiths1790@gmail.com>
Date: Wed, 3 Jan 2024 15:50:51 +0000
Subject: [PATCH] Route path updated

---
 semantic_router/encoders/tfidf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/semantic_router/encoders/tfidf.py b/semantic_router/encoders/tfidf.py
index 6fc420eb..394f32fb 100644
--- a/semantic_router/encoders/tfidf.py
+++ b/semantic_router/encoders/tfidf.py
@@ -1,7 +1,7 @@
 import numpy as np
 from collections import Counter
 from semantic_router.encoders import BaseEncoder
-from semantic_router.schemas.route import Route
+from semantic_router.route import Route
 from numpy.linalg import norm
 import string
 
-- 
GitLab