You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/concepts-llm-apis.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Using generative AI in Data Manager for Agriculture
3
-
description: Provides information on using generative AI feature in Azure Data Manager for Agriculture
2
+
title: Generative AI in Azure Data Manager for Agriculture
3
+
description: Learn how to use generative AI features in Azure Data Manager for Agriculture.
4
4
author: gourdsay
5
5
ms.author: angour
6
6
ms.service: data-manager-for-agri
@@ -9,41 +9,41 @@ ms.date: 3/19/2024
9
9
ms.custom: template-concept
10
10
---
11
11
12
-
# Generative AI in Data Manager for Agriculture
12
+
# Generative AI in Azure Data Manager for Agriculture
13
13
14
-
The copilot templates for agriculture enable seamless retrieval of data stored in Data Manager for Agriculture so that farming-related context and insights can be queried in conversational context. These capabilities enable customers and partners to build their own agriculture copilots.
14
+
The copilot templates for agriculture enable seamless retrieval of data stored in Azure Data Manager for Agriculture so that farming-related context and insights can be queried in a conversational context. These capabilities enable customers and partners to build their own agriculture copilots.
15
15
16
-
Customers and partners can deliver insights to users around disease, yield, harvest windows and more, using actual planning, and observational data. While Data Manager for Agriculture isn't required to operationalize copilot templates for agriculture, the Data Manager enables customers to more easily integrate generative AI scenarios for their users.
16
+
Customers and partners can deliver insights to users around disease, yield, harvest windows, and more, by using actual planning and observational data. Although Azure Data Manager for Agriculture isn't required to operationalize copilot templates for agriculture, it enables customers to more easily integrate generative AI scenarios for their users.
17
17
18
-
Many customers have proprietary data outside of our data manager, for example Agronomy PDFs, market price data etc. These customers can benefit from our orchestration framework that allows for plugins, embedded data structures, and sub processes to be selected as part of the query flow.
18
+
Many customers have proprietary data outside Azure Data Manager for Agriculture; for example, agronomy PDFs or market price data. These customers can benefit from an orchestration framework that allows for plugins, embedded data structures, and subprocesses to be selected as part of the query flow.
19
19
20
-
Customers with farm operations data in our data manager can use our plugins that enable seamless selection of APIs mapped to farm operations today. In the time to come we'll add the capability to select APIs mapped to soil sensors, weather, and imagery type of data. Our data manager focused plugin allows for a combination of results, calculation of area, ranking, summarizing to help serve customer prompts.
20
+
Customers who have farm operations data in Azure Data Manager for Agriculture can use plugins that enable seamless selection of APIs mapped to farm operations. These plugins allow for a combination of results, calculation of area, ranking, and summarizing to help serve customer prompts.
21
21
22
-
Our copilot templates for agriculture make generative AI in agriculture a reality.
22
+
The copilot templates for agriculture make generative AI in agriculture a reality.
23
23
24
24
> [!NOTE]
25
-
> Azure might include preview, beta, or other prerelease features, services, software, or regions offered by Microsoft for optional evaluation. Previews are licensed to you as part of [your agreement](https://azure.microsoft.com/support) governing use of Azure, and are subject to terms applicable to previews.
25
+
> Azure might include preview, beta, or other prerelease features, services, software, or regions offered by Microsoft for optional evaluation. Previews are licensed to you as part of [your agreement](https://azure.microsoft.com/support) governing the use of Azure, and are subject to terms applicable to previews.
26
26
>
27
27
> The preview of Azure Data Manager for Agriculture and related Microsoft generative AI services are subject to [additional terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). These additional terms supplement your agreement governing your use of Azure. If you don't agree to these terms, don't use the previews.
28
28
29
29
## Prerequisites
30
30
31
31
- An instance of [Azure Data Manager for Agriculture](quickstart-install-data-manager-for-agriculture.md)
32
-
- An instance of [Azure OpenAI](../ai-services/openai/how-to/create-resource.md) created in your Azure subscription
33
-
-You need [Azure Key Vault](../key-vault/general/quick-create-portal.md)
34
-
-You need [Azure Container Registry](../container-registry/container-registry-get-started-portal.md)
32
+
- An instance of [Azure OpenAI Service](../ai-services/openai/how-to/create-resource.md) created in your Azure subscription
The customer has full control as key component deployment is within the customer tenant. Our feature is available to customers via a docker container, which needs to be deployed to the customers Azure App Service.
38
+
You have full control because deployment of key components is within your tenant. The copilot templates for agriculture are available via a Docker container, which is deployed to your Azure App Service instance.
39
39
40
-
:::image type="content" source="./media/concepts-llm-apis/high-level-architecture.png" alt-text="Screenshot showing high level feature architecture.":::
40
+
:::image type="content" source="./media/concepts-llm-apis/high-level-architecture.png" alt-text="Screenshot that shows the high-level feature architecture.":::
41
41
42
-
We recommend that you apply content and safety filters on your Azure OpenAI instance. Taking this step ensures that the generative AI capability is aligned with guidelines from Microsoft's Office of Responsible AI. Follow instructions on how to use content filters with Azure OpenAI service at this [link](../ai-services/openai/how-to/content-filters.md) to get started.
42
+
We recommend that you apply content and safety filters on your Azure OpenAI instance. Taking this step helps ensure that the generative AI capability is aligned with guidelines from Microsoft's Office of Responsible AI. To get started, follow the [instructions on how to use content filters with Azure OpenAI](../ai-services/openai/how-to/content-filters.md).
43
43
44
-
## Current farm operations related uses cases
44
+
## Use cases for farm operations
45
45
46
-
We support seamless selection of APIs mapped to farm operations today. This enables use cases that are based on tillage, planting, applications, and harvesting type of farm operations. Here's a sample list of queries that you can test and use:
46
+
Azure Data Manager for Agriculture supports seamless selection of APIs mapped to farm operations. This support enables use cases that are based on tillage, planting, applications, and harvesting types of farm operations. Here's a sample list of queries that you can test and use:
47
47
48
48
- Show me active fields
49
49
- What crop was planted in my field (use field name)
@@ -57,7 +57,7 @@ We support seamless selection of APIs mapped to farm operations today. This enab
57
57
- What is the average yield for my field (use field name) with crop (use crop name)
58
58
- What is the effect of planting dates on yield for crop (use crop name)
59
59
60
-
These use cases help input providers to plan equipment, seeds, applications, and related services and engage better with the farmer.
60
+
These use cases can help input providers to plan equipment, seeds, applications, and related services and engage better with the farmer.
0 commit comments