Skip to content
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

Merged
merged 8 commits into from
Jul 28, 2024

Conversation

SyHeee
Copy link
Collaborator

@SyHeee SyHeee commented Jul 26, 2024

@SyHeee SyHeee linked an issue Jul 27, 2024 that may be closed by this pull request
@TataKKKL
Copy link
Member

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

@TataKKKL TataKKKL self-requested a review July 28, 2024 01:03
@SyHeee
Copy link
Collaborator Author

SyHeee commented Jul 28, 2024

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/
Please find the log produced by retrieval_agent.py and main.py. Both ran through with the updated web search agent.
log_retrieval_agent.txt
main_log.txt
blob/main/code/main.py#L233

@TataKKKL TataKKKL changed the title [WIP] Modify web search agent by adding Bing search refactor: modify web search agent by adding Bing search Jul 28, 2024
SUPABASE_ANON_KEY=""
Copy link
Member

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
Copy link
Member

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

@TataKKKL TataKKKL merged commit 99863d6 into main Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update websearch agent
2 participants