Spaces:
Runtime error
Runtime error
Commit
•
e95b21b
1
Parent(s):
4e9b936
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ QDRANT_API_KEY = os.getenv("QDRANT_API_KEY")
|
|
24 |
qdrant_client = QdrantClient(url="https://davanstrien-qdrant-test.hf.space",
|
25 |
port=None, api_key=QDRANT_API_KEY, timeout=10)
|
26 |
|
27 |
-
collection_name = "
|
28 |
|
29 |
def search_images_by_text(query_text, top_k=5):
|
30 |
# Process and encode the text query
|
|
|
24 |
qdrant_client = QdrantClient(url="https://davanstrien-qdrant-test.hf.space",
|
25 |
port=None, api_key=QDRANT_API_KEY, timeout=10)
|
26 |
|
27 |
+
collection_name = "song_sheets" # Replace with your actual collection name
|
28 |
|
29 |
def search_images_by_text(query_text, top_k=5):
|
30 |
# Process and encode the text query
|