wt002 commited on
Commit
2885e06
·
verified ·
1 Parent(s): 260b607

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -135,7 +135,7 @@ supabase: Client = create_client(
135
  vector_store = SupabaseVectorStore(
136
  client=supabase,
137
  embedding= embeddings,
138
- table_name="docs",
139
  query_name="match_documents_langchain",
140
  )
141
  create_retriever_tool = create_retriever_tool(
 
135
  vector_store = SupabaseVectorStore(
136
  client=supabase,
137
  embedding= embeddings,
138
+ table_name="documents",
139
  query_name="match_documents_langchain",
140
  )
141
  create_retriever_tool = create_retriever_tool(