Spaces:
Build error
Build error
Commit
·
d9d8ffb
1
Parent(s):
b10208c
Update weaviate_utils.py
Browse files- weaviate_utils.py +1 -1
weaviate_utils.py
CHANGED
@@ -20,7 +20,7 @@ def hybrid_search_weaviate(client, selected_class, query):
|
|
20 |
}
|
21 |
|
22 |
# Perform the hybrid search
|
23 |
-
results = client.get(search_query)
|
24 |
|
25 |
return results
|
26 |
|
|
|
20 |
}
|
21 |
|
22 |
# Perform the hybrid search
|
23 |
+
results = client.query.get(search_query)
|
24 |
|
25 |
return results
|
26 |
|