jskinner215 commited on
Commit
d9d8ffb
·
1 Parent(s): b10208c

Update weaviate_utils.py

Browse files
Files changed (1) hide show
  1. 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