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 a template for on-your-data-with-streamlit #420

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
19 changes: 19 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,25 @@
"new"
]
},
{
"title": "Azure OpenAI On Your Data with Python Streamlit",
"description": "Showcase the use of Azure OpenAI's native On Your Data feature and integrates it with Streamlit, a robust framework for developing web applications purely in Python. The goal is to create an MVP for RAG with the most streamlined architecture possible.",
"preview": "./templates/images/on-your-data-with-streamlit.png",
"website": "https://github.com/charliewei0716",
"author": "Charlie Wei",
"source": "https://github.com/charliewei0716/on-your-data-with-streamlit",
"tags": [
"community",
"openai",
"blobstorage",
"appservice",
"aisearch",
"bicep",
"python",
"ai",
"streamlit",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
]
},
{
"title": "NLP to SQL In-A-Box",
"description": "NLP-SQL-in-a-Box is part of Microsoft's AI-in-a-Box framework, designed to simplify the deployment of AI and ML solutions. This project enables users to interact with SQL databases using natural language and speech, leveraging Azure OpenAI, Semantic Kernel, and Azure AI Speech Service to translate spoken queries into SQL statements, execute them, and deliver results audibly, ensuring an intuitive and user-friendly experience.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading