Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from langchain_community.llms import HuggingFaceHub
|
|
18 |
|
19 |
from typing import Union
|
20 |
import os
|
21 |
-
from langchain.agents import AgentExecutor, Tool
|
22 |
from langchain_community.llms import Ollama
|
23 |
from langchain_community.tools import DuckDuckGoSearchRun, WikipediaQueryRun
|
24 |
from langchain_community.document_loaders import (
|
|
|
18 |
|
19 |
from typing import Union
|
20 |
import os
|
21 |
+
from langchain.agents import AgentExecutor, Tool #, initialize_agent
|
22 |
from langchain_community.llms import Ollama
|
23 |
from langchain_community.tools import DuckDuckGoSearchRun, WikipediaQueryRun
|
24 |
from langchain_community.document_loaders import (
|