Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def process_text(input_text, top_k):
|
|
| 16 |
client = QdrantClient(
|
| 17 |
url=qdrant_url, api_key=qdrant_api_key, prefer_grpc=False,
|
| 18 |
)
|
| 19 |
-
db = Qdrant(client=client, embeddings=embeddings, collection_name="
|
| 20 |
query = input_text
|
| 21 |
|
| 22 |
all_answers = []
|
|
|
|
| 16 |
client = QdrantClient(
|
| 17 |
url=qdrant_url, api_key=qdrant_api_key, prefer_grpc=False,
|
| 18 |
)
|
| 19 |
+
db = Qdrant(client=client, embeddings=embeddings, collection_name="qa_data_without_cardname")
|
| 20 |
query = input_text
|
| 21 |
|
| 22 |
all_answers = []
|