update new hybrid match_documents
Browse files- app/supabase_db.py +1 -1
app/supabase_db.py
CHANGED
|
@@ -55,7 +55,7 @@ class SupabaseClient:
|
|
| 55 |
|
| 56 |
try:
|
| 57 |
payload = {
|
| 58 |
-
'
|
| 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,
|