|
{% set name = "azure-ai-language-conversations" %} |
|
|
|
package: |
|
name: "{{ name|lower }}" |
|
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
|
|
source: |
|
url: {{ environ.get('COGNITIVELANGUAGE_SOURCE_DISTRIBUTION', '') }} |
|
|
|
build: |
|
noarch: python |
|
number: 0 |
|
script: "{{ PYTHON }} -m pip install . -vv" |
|
|
|
requirements: |
|
host: |
|
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- pip |
|
- python |
|
- six |
|
- requests-oauthlib >=0.5.0 |
|
- aiohttp |
|
- isodate |
|
run: |
|
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} |
|
- python |
|
- six |
|
- requests-oauthlib >=0.5.0 |
|
- aiohttp |
|
- isodate |
|
|
|
test: |
|
imports: |
|
- azure.ai.language.conversations |
|
- azure.ai.language.conversations.aio |
|
|
|
about: |
|
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations" |
|
license: MIT |
|
license_family: MIT |
|
license_file: |
|
summary: "Azure Conversational Language Understanding client library for Python" |
|
description: | |
|
Conversational Language Understanding - aka CLU for short - is a cloud-based conversational AI service which provides many language understanding capabilities like: |
|
Conversation App: It's used in extracting intents and entities in conversations |
|
Workflow app: Acts like an orchestrator to select the best candidate to analyze conversations to get best response from apps like Qna, Luis, and Conversation App |
|
Conversational Summarization: Used to summarize conversations in the form of issues, and final resolutions |
|
Conversational PII: Used to extract and redact personally-identifiable info (PII) |
|
Please see https://aka.ms/azsdk/conda/releases/conversations for version details. |
|
doc_url: |
|
dev_url: |
|
|
|
extra: |
|
recipe-maintainers: |
|
- xiangyan99 |
|
|