Spaces:
Sleeping
Sleeping
Update agent_langchain.py
Browse files- agent_langchain.py +1 -2
agent_langchain.py
CHANGED
|
@@ -15,8 +15,7 @@ from sentence_transformers import SentenceTransformer
|
|
| 15 |
import chromadb
|
| 16 |
from chromadb.config import Settings
|
| 17 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 18 |
-
from langchain.agents import create_react_agent
|
| 19 |
-
from langchain.agents import AgentExecutor
|
| 20 |
from langchain.tools import Tool
|
| 21 |
from langchain.prompts import PromptTemplate
|
| 22 |
import threading
|
|
|
|
| 15 |
import chromadb
|
| 16 |
from chromadb.config import Settings
|
| 17 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 18 |
+
from langchain.agents import AgentExecutor, create_react_agent
|
|
|
|
| 19 |
from langchain.tools import Tool
|
| 20 |
from langchain.prompts import PromptTemplate
|
| 21 |
import threading
|