wt002 commited on
Commit
6607638
·
verified ·
1 Parent(s): bc7e938

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -151,7 +151,7 @@ vector_store = SupabaseVectorStore(
151
  client=supabase,
152
  embedding=embeddings,
153
  table_name="documents",
154
- query_name="match_documents_langchain2"
155
  )
156
 
157
  # Create retriever tool
 
151
  client=supabase,
152
  embedding=embeddings,
153
  table_name="documents",
154
+ query_name="match_documents_langchain"
155
  )
156
 
157
  # Create retriever tool