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/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>
1 year ago
..
azure_cognitive_services.ipynb Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012) 1 year ago
csv.ipynb Fix: Typo in Docs (#4179) 1 year ago
gmail.ipynb Pass parsed inputs through to tool _run (#4309) 1 year ago
jira.ipynb Harrison/output error (#3094) 1 year ago
json.ipynb requests wrapper (#2367) 2 years ago
openai_openapi.yml big docs refactor (#1978) 2 years ago
openapi.ipynb Harrison/output error (#3094) 1 year ago
openapi_nla.ipynb Harrison/docs cleanup (#2633) 2 years ago
pandas.ipynb Fix: Typo in Docs (#4179) 1 year ago
playwright.ipynb Add Structure Chat Agent (#3912) 1 year ago
powerbi.ipynb power bi api wrapper integration tests & bug fix (#4983) 1 year ago
python.ipynb Harrison/spark connect example (#4659) 1 year ago
spark.ipynb [nit] Simplify Spark Creation Validation Check A Little Bit (#4761) 1 year ago
spark_sql.ipynb Add Spark SQL support (#4602) (#4956) 1 year ago
sql_database.ipynb big docs refactor (#1978) 2 years ago
titanic.csv big docs refactor (#1978) 2 years ago
vectorstore.ipynb update vectorstore.ipynb (#2239) 2 years ago