VietCat commited on
Commit
cfd259a
·
1 Parent(s): 3ea9a9c

update new hybrid match_documents

Browse files
Files changed (1) hide show
  1. app/supabase_db.py +1 -1
app/supabase_db.py CHANGED
@@ -55,7 +55,7 @@ class SupabaseClient:
55
 
56
  try:
57
  payload = {
58
- 'or_query_tsquery': or_query_tsquery,
59
  'query_embedding': embedding,
60
  'match_count': match_count,
61
  'min_rank_threshold': min_rank_threshold,
 
55
 
56
  try:
57
  payload = {
58
+ 'query_text': or_query_tsquery,
59
  'query_embedding': embedding,
60
  'match_count': match_count,
61
  'min_rank_threshold': min_rank_threshold,