Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
| 2 |
|
| 3 |
import streamlit as st
|
| 4 |
import os
|
| 5 |
-
|
| 6 |
-
from langchain_community.tools import TavilySearchResults
|
| 7 |
from langchain_google_community import GoogleSearchAPIWrapper
|
| 8 |
from langchain_community.utilities import GoogleSerperAPIWrapper
|
| 9 |
from langchain.tools import DuckDuckGoSearchRun, Tool
|
|
|
|
| 2 |
|
| 3 |
import streamlit as st
|
| 4 |
import os
|
| 5 |
+
from langchain_community.tools.tavily_search import TavilySearchResults
|
|
|
|
| 6 |
from langchain_google_community import GoogleSearchAPIWrapper
|
| 7 |
from langchain_community.utilities import GoogleSerperAPIWrapper
|
| 8 |
from langchain.tools import DuckDuckGoSearchRun, Tool
|