Spaces:
Sleeping
Sleeping
Commit
·
9913f6f
1
Parent(s):
97cbab9
debug
Browse files- Api/app/qdrant.py +1 -1
Api/app/qdrant.py
CHANGED
@@ -8,7 +8,7 @@ from app.service.api import baseURL
|
|
8 |
load_dotenv()
|
9 |
|
10 |
api_key = os.getenv("QDRANT_API_KEY")
|
11 |
-
|
12 |
|
13 |
class QdrantConnectionDb:
|
14 |
client = None
|
|
|
8 |
load_dotenv()
|
9 |
|
10 |
api_key = os.getenv("QDRANT_API_KEY")
|
11 |
+
print(api_key)
|
12 |
|
13 |
class QdrantConnectionDb:
|
14 |
client = None
|