SUBHRAJIT MOHANTY commited on
Commit
574641e
·
1 Parent(s): 3de5d6b

embedding service updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ class Config:
60
  # Global clients
61
  groq_client = None
62
  qdrant_client = None
63
- embedding_service = EmbeddingService() # Initialize here
64
 
65
  @asynccontextmanager
66
  async def lifespan(app: FastAPI):
 
60
  # Global clients
61
  groq_client = None
62
  qdrant_client = None
63
+ embedding_service = None
64
 
65
  @asynccontextmanager
66
  async def lifespan(app: FastAPI):