wt002 commited on
Commit
8c73f7b
·
verified ·
1 Parent(s): 7d15737

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -15,7 +15,8 @@ from langchain_core.tools import tool
15
  from langchain.tools.retriever import create_retriever_tool
16
  from supabase.client import Client, create_client
17
  from typing import TypedDict, List, Annotated
18
- import operator
 
19
 
20
  load_dotenv()
21
 
 
15
  from langchain.tools.retriever import create_retriever_tool
16
  from supabase.client import Client, create_client
17
  from typing import TypedDict, List, Annotated
18
+ from langchain.vectorstores import Chroma
19
+ from langchain.agents.agent_toolkits import create_retriever_tool
20
 
21
  load_dotenv()
22