Spaces:
Build error
Build error
Commit
·
f8ac089
1
Parent(s):
2fbdaee
Update weaviate_utils.py
Browse files- weaviate_utils.py +1 -0
weaviate_utils.py
CHANGED
@@ -31,6 +31,7 @@ def hybrid_search_weaviate(client, selected_class, query):
|
|
31 |
|
32 |
|
33 |
|
|
|
34 |
def convert_to_tapas_format(data):
|
35 |
"""
|
36 |
Convert the list of dictionaries (from Weaviate) into the format TAPAS expects.
|
|
|
31 |
|
32 |
|
33 |
|
34 |
+
|
35 |
def convert_to_tapas_format(data):
|
36 |
"""
|
37 |
Convert the list of dictionaries (from Weaviate) into the format TAPAS expects.
|