Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Chat With your Data #354

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.