Azure OpenAI LLM Snap Pack examples
Example | Snaps used |
---|---|
This example pipeline demonstrates how to generate vector embeddings for sample data. |
|
Generate prompt and chat response with Azure OpenAI This example pipeline demonstrates how to generate a prompt and subsequent chat response using Azure OpenAI. |
|
Add the message and run the thread This example pipeline demonstrates how to create a thread, add the message to the specified thread, and run it to get results. |
|
Process JSON payload and retrieve results This example pipeline demonstrates how to generate a JSON payload, send it to Azure OpenAI for processing, and retrieve the results in a structured format. |
|
Explain infographic and extract data from images with Azure OpenAI This example pipeline demonstrates how to generate a descriptive text from an infographic and extract key information from the second image with Azure OpenAI. |
|
Create Azure OpenAI vector store This example pipeline demonstrates how to create a vector store in Azure OpenAI. |
|
List and add files to Azure OpenAI vector store This example pipeline demonstrates how to list files from Azure OpenAI and add those files to the specfied Azure OpenAI vector store. |
|
List and remove vector store files from Azure OpenAI This example pipeline demonstrates how to list and remove vector store files from Azure OpenAI. |