From 2010c464099fe3feb8eec13545978059a02686a9 Mon Sep 17 00:00:00 2001
From: theanupllm <theanupdas@protonmail.com>
Date: Tue, 4 Feb 2025 21:53:51 +0530
Subject: [PATCH] chore: Remove redundant imports from schema and pinecone
 modules

---
 semantic_router/index/pinecone.py | 1 -
 semantic_router/schema.py         | 1 -
 2 files changed, 2 deletions(-)

diff --git a/semantic_router/index/pinecone.py b/semantic_router/index/pinecone.py
index e00d65d0..49538c13 100644
--- a/semantic_router/index/pinecone.py
+++ b/semantic_router/index/pinecone.py
@@ -3,7 +3,6 @@ import hashlib
 import json
 import os
 import time
-import json
 import requests
 from json.decoder import JSONDecodeError
 from typing import Any, Dict, List, Optional, Tuple, Union
diff --git a/semantic_router/schema.py b/semantic_router/schema.py
index 90690bd1..9b973cb6 100644
--- a/semantic_router/schema.py
+++ b/semantic_router/schema.py
@@ -5,7 +5,6 @@ from enum import Enum
 from typing import Any, Dict, List, Optional, Tuple, Union
 
 import numpy as np
-from aurelio_sdk.schema import BM25Embedding
 from pydantic import BaseModel, Field
 
 from semantic_router.utils.logger import logger
-- 
GitLab