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/logic-apps/ai-resources.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following connectors provide operations for data indexing and retrieval, wor
45
45
|------|-----------|--------------|
46
46
|**Azure AI Search**| Connector <br>(built in) | Provides operations for AI capabilities such as enhancing data retrieval with indexing, advanced vector operations, and hybrid search operations. |
47
47
|**SQL Server**| Connector <br>(built in) | Provides operations for working with rows, tables, and stored procedures in an SQL database. |
48
-
|**Azure Cosmos DB**| Connector <br>(Azure-managed and hosted) | Provides operations for working with documents and stored procedures in globally distributed, elastic and independently scalable, multi-model database. <br><br>**Note**: This service was previously named Azure DocumentDB. |
48
+
|**Azure Cosmos DB**| Connector <br>(Azure-managed and hosted) | Provides operations for working with documents and stored procedures in a globally distributed, elastic, independently scalable, and multi-model database. <br><br>**Note**: This service was previously named Azure DocumentDB. |
49
49
50
50
#### More resources
51
51
@@ -158,7 +158,7 @@ Data is the cornerstone for any AI application and unique for each organization.
158
158
159
159
With over 1,400 enterprise connectors and operations, Azure Logic Apps makes it possible for you to quickly access and perform tasks with a wide range of services, systems, applications, and databases. When you use these connectors alongside AI services, such as Azure OpenAI and Azure AI Search, your organization can transform workloads such as automating routine tasks, enhancing customer interactions with chat capabilities, providing access to organizational data when necessary, and generating intelligent insights or responses. Along with these operations, Azure Logic Apps also offers prebuilt workflow templates that ingest data from many common data sources, such as SharePoint, Azure File Storage, Blob Storage, SFTP, and more, to help you quickly build and your applications.
160
160
161
-
For example, when you integrate AI services by using the **Azure OpenAI** and **Azure AI Search** connector operations in your workflows, your organization can seamlessly implement the retrieval-augmented generation (RAG) pattern. This architecture includes an information retrieval system and augments the training data for a large language model (LLM) by referencing additional domain-specific or authoritative knowledge without having to retrain the model, which minimizes cost. For more information, see the [Retrieval-augmented generation (RAG) section](#rag-details) later in this guide.
161
+
For example, when you integrate AI services by using the **Azure OpenAI** and **Azure AI Search** connector operations in your workflows, your organization can seamlessly implement the retrieval-augmented generation (RAG) pattern. This architecture includes an information retrieval system and augments the training data for a large language model (LLM) by referencing domain-specific or authoritative knowledge without having to retrain the model, which minimizes cost. For more information, see the [Retrieval-augmented generation (RAG) section](#rag-details) later in this guide.
162
162
163
163
For more information, see the following resources:
164
164
@@ -176,8 +176,8 @@ The following table describes some example workflow templates:
176
176
| Document source | Template description | AI services |
| SharePoint Online | Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
179
-
| OneDrive for Business | Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
180
-
| Azure Blob Storage | Retrieve, parse, and chunk a file from a blob storage container. Process each chunk to generate embeddings, map embeddings to an Azuer SQL DB table schema. Finally, index the files in a SQL DB vector table for retrieval and analysis. | - Azure OpenAI |
179
+
| OneDrive | Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
180
+
| Azure Blob Storage | Retrieve, parse, and chunk a file from a blob storage container. Process each chunk to generate embeddings, map embeddings to an Azure SQL DB table schema. Finally, index the files in a SQL DB vector table for retrieval and analysis. | - Azure OpenAI |
181
181
182
182
For more information, see the following resources:
0 commit comments