We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e73149 commit 1b6ed1eCopy full SHA for 1b6ed1e
app/router.py
@@ -2,7 +2,7 @@
2
3
from fastapi import APIRouter, Request, Depends
4
from app.auth import verify_token
5
-from app.qdrant_client import qdrant_upsert, qdrant_search
+from app.qdrant_client_wrapper import qdrant_search, qdrant_upsert
6
from app.utils.logger import logger
7
8
router = APIRouter()
0 commit comments