mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-01 05:15:17 +00:00
Thank you for contributing to LangChain! - [ ] **PR title**: community: Add configurable `VisualFeatures` to the `AzureAiServicesImageAnalysisTool` - [ ] **PR message**: - **Description:** The `AzureAiServicesImageAnalysisTool` is a good service and utilises the Azure AI Vision package under the hood. However, since the creation of this tool, new `VisualFeatures` have been added to allow the user to request other image specific information to be returned. Currently, the tool offers neither configuration of which features should be return nor does it offer any newer feature types. The aim of this PR is to address this and expose more of the Azure Service in this integration. - **Dependencies:** no new dependencies in the main class file, azure.ai.vision.imageanalysis added to extra test dependencies file. - [ ] **Add tests and docs**: If you're adding a new integration, please include 1. Although no tests exist for already implemented Azure Service tools, I've created 3 unit tests for this class that test initialisation and credentials, local file analysis and a test for the new changes/ features option. - [ ] **Lint and test**: All linting has passed. --------- Co-authored-by: Erick Friis <erick@langchain.dev> Co-authored-by: Chester Curme <chester.curme@gmail.com> |
||
---|---|---|
.. | ||
audio | ||
azure_ai_services | ||
databricks | ||
eden_ai | ||
file_management | ||
gmail | ||
openai_dalle_image_generation | ||
playwright | ||
powerbi | ||
requests | ||
shell | ||
__init__.py | ||
test_exported.py | ||
test_few_shot.py | ||
test_imports.py | ||
test_json.py | ||
test_signatures.py | ||
test_you.py | ||
test_zapier.py |