You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/agents
Tian Wei d7f807b71f
Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012)
# Add AzureCognitiveServicesToolkit to call Azure Cognitive Services
API: achieve some multimodal capabilities

This PR adds a toolkit named AzureCognitiveServicesToolkit which bundles
the following tools:
- AzureCogsImageAnalysisTool: calls Azure Cognitive Services image
analysis API to extract caption, objects, tags, and text from images.
- AzureCogsFormRecognizerTool: calls Azure Cognitive Services form
recognizer API to extract text, tables, and key-value pairs from
documents.
- AzureCogsSpeech2TextTool: calls Azure Cognitive Services speech to
text API to transcribe speech to text.
- AzureCogsText2SpeechTool: calls Azure Cognitive Services text to
speech API to synthesize text to speech.

This toolkit can be used to process image, document, and audio inputs.
---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agent_executors/examples bump version to 173 (#4910) 1 year ago
agents Update custom_multi_action_agent.ipynb (#4931) 1 year ago
toolkits/examples Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012) 1 year ago
tools Fix annoying typo in docs (#5029) 1 year ago
agent_executors.rst big docs refactor (#1978) 2 years ago
agents.rst agent docs (#2551) 2 years ago
getting_started.ipynb Modify docs (#2539) 2 years ago
how_to_guides.rst pandas and csv agents (#1353) 2 years ago
plan_and_execute.ipynb Harrison/spell executor (#4914) 1 year ago
streaming_stdout_final_only.ipynb Streaming only final output of agent (#2483) (#4630) 1 year ago
toolkits.rst big docs refactor (#1978) 2 years ago
tools.rst tool validation logic 1 year ago