langchain/libs/community/langchain_community/tools
Christian Galo 1adaa3c662
community[minor]: Update Azure Cognitive Services to Azure AI Services (#19488)
This is a follow up to #18371. These are the changes:
- New **Azure AI Services** toolkit and tools to replace those of
**Azure Cognitive Services**.
- Updated documentation for Microsoft platform.
- The image analysis tool has been rewritten to use the new package
`azure-ai-vision-imageanalysis`, doing a proper replacement of
`azure-ai-vision`.

These changes:
- Update outdated naming from "Azure Cognitive Services" to "Azure AI
Services".
- Update documentation to use non-deprecated methods to create and use
agents.
- Removes need to depend on yanked python package (`azure-ai-vision`)

There is one new dependency that is needed as a replacement to
`azure-ai-vision`:
- `azure-ai-vision-imageanalysis`. This is optional and declared within
a function.

There is a new `azure_ai_services.ipynb` notebook showing usage; Changes
have been linted and formatted.

I am leaving the actions of adding deprecation notices and future
removal of Azure Cognitive Services up to the LangChain team, as I am
not sure what the current practice around this is.

---

If this PR makes it, my handle is  @galo@mastodon.social

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: ccurme <chester.curme@gmail.com>
2024-03-28 03:19:02 +00:00
..
ainetwork
amadeus community[patch]: Improve amadeus tool and doc (#18509) 2024-03-05 16:17:22 -08:00
arxiv docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
azure_ai_services community[minor]: Update Azure Cognitive Services to Azure AI Services (#19488) 2024-03-28 03:19:02 +00:00
azure_cognitive_services docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
bearly infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
bing_search community[patch]: Update bing results tool name (#16395) 2024-01-22 11:11:03 -08:00
brave_search
clickup
cogniswitch community[minor]: CogniSwitch Agent Toolkit for LangChain (#17312) 2024-02-19 10:54:13 -08:00
connery community[minor]: Connery Tool and Toolkit (#14506) 2024-01-29 12:45:03 -08:00
dataforseo_api_search community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
ddg_search community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
e2b_data_analysis Fix: Use Union instead of | to improve compatibility, fix #15244 (#15245) 2023-12-27 22:06:42 -08:00
edenai
eleven_labs
file_management
github
gitlab
gmail community[patch]: added latin-1 decoder to gmail search tool (#18116) 2024-02-28 19:28:29 +00:00
golden_query community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
google_cloud
google_finance
google_jobs
google_lens community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
google_places
google_scholar
google_search community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
google_serper
google_trends
graphql
human infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
interaction
jira
json
memorize community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
merriam_webster community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
metaphor_search exa: init pkg (#16553) 2024-01-24 20:57:17 -07:00
multion infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
nasa
nuclia
office365 infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
openapi
openweathermap community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
passio_nutrition_ai community[patch]: Add Passio Nutrition AI Food Search Tool to Community Package (#18278) 2024-03-08 20:33:22 +00:00
playwright
polygon community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
powerbi
pubmed community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
reddit_search
requests Add dangerous parameter to requests tool (#18697) 2024-03-07 15:10:56 -05:00
scenexplain
searchapi
searx_search community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
semanticscholar community: Semanticscholar tool to search 200M+ scientific articles (#15151) 2024-01-02 15:36:03 -08:00
shell infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
slack langchain-community: fix unicode escaping issue with SlackToolkit (#16616) 2024-01-29 08:38:12 -08:00
sleep
spark_sql
sql_database Josha91 fix docstring (#19249) 2024-03-18 21:19:56 -07:00
stackexchange community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
steam community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
steamship_image_generation community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
tavily_search add defaults for tavily (#15075) 2023-12-22 11:48:26 -08:00
vectorstore community[patch]: Fix VectorStoreQATool (#18529) 2024-03-05 15:56:58 -08:00
wikidata community: Wikidata tool support (#16691) 2024-01-28 16:45:21 -08:00
wikipedia community[patch]: Fixed tool names snake_case (#16397) 2024-01-25 15:24:19 -08:00
wolfram_alpha
you community: Add you.com tool, add async to retriever, add async testing, add You tool doc (#18032) 2024-03-03 14:30:05 -08:00
youtube
zapier
__init__.py community[minor]: Update Azure Cognitive Services to Azure AI Services (#19488) 2024-03-28 03:19:02 +00:00
convert_to_openai.py core[patch], community[patch], openai[patch]: consolidate openai tool… (#16485) 2024-01-25 13:18:46 -08:00
ifttt.py
plugin.py
render.py core[patch], community[patch], openai[patch]: consolidate openai tool… (#16485) 2024-01-25 13:18:46 -08:00
yahoo_finance_news.py