Spaces:
Runtime error
Runtime error
Commit
·
27cddca
1
Parent(s):
afa5ea3
fuxed
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ import numpy as np
|
|
| 12 |
# --------------------------
|
| 13 |
# Qdrant Cloud Connection
|
| 14 |
# --------------------------
|
| 15 |
-
QDRANT_URL = "https://ff4da494-27b1-413c-ba58-d5ea14932fe1.europe-west3-0.gcp.cloud.qdrant.io"
|
| 16 |
-
QDRANT_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJtIn0.
|
| 17 |
COLLECTION_NAME = "lost_and_found"
|
| 18 |
|
| 19 |
# CLIP model (text + image embeddings)
|
|
|
|
| 12 |
# --------------------------
|
| 13 |
# Qdrant Cloud Connection
|
| 14 |
# --------------------------
|
| 15 |
+
QDRANT_URL = "https://ff4da494-27b1-413c-ba58-d5ea14932fe1.europe-west3-0.gcp.cloud.qdrant.io:6333"
|
| 16 |
+
QDRANT_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJtIn0.jjeB1JgnUSlb1hOOKMdRpVvMrUER57-udT-X1AWXT1E"
|
| 17 |
COLLECTION_NAME = "lost_and_found"
|
| 18 |
|
| 19 |
# CLIP model (text + image embeddings)
|