langchain/docs/modules/agents/toolkits/examples
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>
2023-05-23 06:45:48 -07:00
..
azure_cognitive_services.ipynb Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012) 2023-05-23 06:45:48 -07:00
csv.ipynb Fix: Typo in Docs (#4179) 2023-05-05 08:35:49 -07:00
gmail.ipynb Pass parsed inputs through to tool _run (#4309) 2023-05-08 09:13:05 -07:00
jira.ipynb Harrison/output error (#3094) 2023-04-18 08:59:56 -07:00
json.ipynb
openai_openapi.yml
openapi_nla.ipynb
openapi.ipynb Harrison/output error (#3094) 2023-04-18 08:59:56 -07:00
pandas.ipynb Fix: Typo in Docs (#4179) 2023-05-05 08:35:49 -07:00
playwright.ipynb Add Structure Chat Agent (#3912) 2023-05-01 20:34:50 -07:00
powerbi.ipynb power bi api wrapper integration tests & bug fix (#4983) 2023-05-19 11:25:52 -04:00
python.ipynb Harrison/spark connect example (#4659) 2023-05-13 21:44:54 -07:00
spark_sql.ipynb Add Spark SQL support (#4602) (#4956) 2023-05-18 20:53:08 -07:00
spark.ipynb [nit] Simplify Spark Creation Validation Check A Little Bit (#4761) 2023-05-18 18:57:54 -07:00
sql_database.ipynb
titanic.csv
vectorstore.ipynb