Replace You with DDG in xml agent (#12504)

You requires an email to get an API key which IMO is too much friction.
Duckduck go is free and easy to install.
This commit is contained in:
William FH
2023-10-31 04:51:00 +09:00
committed by GitHub
parent 6e702b9c36
commit 199630ff93
3 changed files with 415 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ python = ">=3.8.1,<4.0"
langchain = ">=0.0.322"
anthropic = ">=0.5.0"
langchainhub = ">=0.1.13"
duckduckgo-search = "^3.8.3"
[tool.langserve]
export_module = "xml_agent"
@@ -17,4 +18,4 @@ export_attr = "agent_executor"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"