Spaces:
Running
Running
SUBHRAJIT MOHANTY
commited on
Commit
·
574641e
1
Parent(s):
3de5d6b
embedding service updated
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ class Config:
|
|
60 |
# Global clients
|
61 |
groq_client = None
|
62 |
qdrant_client = None
|
63 |
-
embedding_service =
|
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):
|