Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -135,7 +135,7 @@ supabase: Client = create_client(
|
|
135 |
vector_store = SupabaseVectorStore(
|
136 |
client=supabase,
|
137 |
embedding= embeddings,
|
138 |
-
table_name="
|
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(
|