rm unused embedding store param

This commit is contained in:
Rajat Ahuja 2025-05-20 11:26:23 -04:00
parent a6d52ab8c9
commit 77c9c0f06a
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ from sentry_sdk.ai.monitoring import ai_track
from src.utils import parse_xml_content
from src.utils.model_client import ModelClient, ModelProvider
from .embeddings import CollectionEmbeddingStore
# Configure logging
logger = logging.getLogger(__name__)
@ -29,7 +28,6 @@ MAX_FACT_DISTANCE = 0.85
async def get_user_representation_long_term(
chat_history: str,
session_id: str,
embedding_store: CollectionEmbeddingStore,
user_representation: str = "None",
tom_inference: str = "None",
facts: Optional[list[str]] = None,