Spaces:
Sleeping
Sleeping
Anas Bader commited on
Commit ·
df95e65
1
Parent(s): 161f302
yeees
Browse files
app.py
CHANGED
|
@@ -57,6 +57,7 @@ async def handle_query(request: QueryRequest):
|
|
| 57 |
index_name="certif_index",
|
| 58 |
certification_name=certification,
|
| 59 |
text_query=processed_query,
|
|
|
|
| 60 |
)
|
| 61 |
|
| 62 |
results_ = search_certification_chunks(
|
|
|
|
| 57 |
index_name="certif_index",
|
| 58 |
certification_name=certification,
|
| 59 |
text_query=processed_query,
|
| 60 |
+
vector_query=question_vector,
|
| 61 |
)
|
| 62 |
|
| 63 |
results_ = search_certification_chunks(
|