Skip to content

Commit

Permalink
Adding Chat With your Data
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Apr 8, 2024
1 parent 878e28b commit 04a7838
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
File renamed without changes.
21 changes: 20 additions & 1 deletion website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
{
"title": "ChatGPT + Enterprise Data with Azure OpenAI and Cognitive Search",
"description": "A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.",
"preview": "./templates/images/chatgpt-enterprise-dotnet.png",
"preview": "./templates/images/cwyd-solution-architecture.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/azure-search-openai-demo-csharp",
Expand All @@ -422,6 +422,25 @@
"msft"
]
},
{
"title": "Chat with your Data Solution Accelerator",
"description": "A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.",
"preview": "./templates/images/chatgpt-enterprise-dotnet.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator",
"tags": [
"bicep",
"python",
"typescript",
"flask",
"cognitivesearch",
"openai",
"chatgpt",
"ai",
"msft"
]
},
{
"title": "Simple Chat Application using Azure OpenAI",
"description": "A sample chat app that uses Python and the Flask framework to stream ChatGPT completions as server-sent events to a simple frontend.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04a7838

Please sign in to comment.