Skip to content

Commit

Permalink
add on-your-data-with-streamlit template (#420)
Browse files Browse the repository at this point in the history
* add architecture diagram

* Update templates.json

* Update website/static/templates.json

---------

Co-authored-by: hemarina <[email protected]>
  • Loading branch information
charliewei0716 and hemarina authored Aug 16, 2024
1 parent 01db08a commit aafbc1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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"
]
},
{
"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.

0 comments on commit aafbc1a

Please sign in to comment.