Skip to content

Commit 1b6ed1e

Browse files
authored
Update router.py
1 parent 5e73149 commit 1b6ed1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from fastapi import APIRouter, Request, Depends
44
from app.auth import verify_token
5-
from app.qdrant_client import qdrant_upsert, qdrant_search
5+
from app.qdrant_client_wrapper import qdrant_search, qdrant_upsert
66
from app.utils.logger import logger
77

88
router = APIRouter()

0 commit comments

Comments
 (0)