Skip to content

Commit

Permalink
Add chat-with-your-data-solution-accelerator template (#354)
Browse files Browse the repository at this point in the history
* Adding `Chat With your Data`
  • Loading branch information
ross-p-smith authored Apr 10, 2024
1 parent e1a5b0d commit 9a4acda
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,26 @@
"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/cwyd-solution-architecture.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",
"new"
]
},
{
"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 9a4acda

Please sign in to comment.