-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: modify web search agent by adding Bing search #20
Conversation
could you show me the result of using this web search sub agent, in retrieval agent and main agent? https://github.com/PathOnAI/LiteMultiAgent/blob/main/code/retrieval_agent.py#L111 and https://github.com/PathOnAI/LiteMultiAgent/blob/main/code/main.py#L233 |
|
SUPABASE_ANON_KEY="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If tavily and multion are removed, remove them from env.example as well
@@ -20,68 +20,81 @@ | |||
) | |||
logger = logging.getLogger(__name__) | |||
|
|||
from langchain_community.tools.tavily_search import TavilySearchResults |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update requirements.txt as well, if we remove the langchain_community dependency
Create Bing search API here https://portal.azure.com/#create/microsoft.bingsearch