hthiel's Stars
microsoft/promptflow
Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
Azure-Samples/azure-search-openai-demo
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
neo4j/NaLLM
Repository for the NaLLM project
Azure-Samples/chat-with-your-data-solution-accelerator
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.
databrickslabs/dbldatagen
Generate relevant synthetic data quickly for your projects. The Databricks Labs synthetic data generator (aka `dbldatagen`) may be used to generate large simulated / synthetic data sets for test, POCs, and other uses in Databricks environments including in Delta Live Tables pipelines
microsoft/genaiops-promptflow-template
GenAIOps with Prompt Flow is a "GenAIOps template and guidance" to help you build LLM-infused apps using Prompt Flow. It offers a range of features including Centralized Code Hosting, Lifecycle Management, Variant and Hyperparameter Experimentation, A/B Deployment, reporting for all runs and experiments and so on.
Azure-Samples/semantic-kernel-rag-chat
Tutorial for ChatGPT + Enterprise Data with Semantic Kernel, OpenAI, and Azure Cognitive Search
Azure-Samples/openai-end-to-end-baseline
This repo contains the reference implementation for the Microsoft Learn Azure OpenAI end to end chat baseline.
fbaptiste/pydantic-essentials
Companion Repository for my Pydantic: Essentials Course
microsoft/promptflow-rag-project-template
An end-to-end sample of RAG showcasing development, evaluation, experimentation, and deployment using Promptflow, search products like CosmosDB, PostgresSQL, and Azure AI Search
Azure-Samples/openai-chat-backend-fastapi
A backend for a chat application written in Python FastAPI framework
Azure-Samples/assistant-data-openai-python-promptflow
Assistant API to chat with tabular data and perform analytics in natural language.
Azure-Samples/aks-openai-chainlit-terraform
This sample shows how to create two AKS-hosted chat applications that use OpenAI, LangChain, ChromaDB, and Chainlit using Python and deploy them to an AKS environment built in Terraform.
Azure-Samples/openai-chat-app-entra-auth-builtin
A simple chat application that integrates Microsoft Entra ID for user authentication. Designed for deployment on Azure Container Apps with the Azure Developer CLI.
microsoft/mlops-promptflow-prompt
MLOps for PromptFlow SDK
Azure-Samples/ai-chat-protocol
A description of the HTTP protocol used by multiple Azure AI chat solutions.
Azure-Samples/aks-openai
This article shows how to deploy an Azure Kubernetes Service(AKS) cluster and Azure OpenAI Service via Bicep and how to deploy a Python chatbot that authenticates against Azure OpenAI using Azure AD workload identity and calls the Chat Completion API of a ChatGPT model.
Azure-Samples/summarization-openai-python-promptflow
This solution converts speech to text and then processes and summarizes the text based on the prompt scenario.
Azure-Samples/azure-sql-db-chatbot
Implement a RAG solution and call OpenAI right from Azure SQL DB to ask questions about your data
Azure-Samples/openai-chat-app-entra-auth-local
A simple chat application that integrates Microsoft Entra ID for user authentication. Designed for deployment on Azure Container Apps with the Azure Developer CLI.
Azure-Samples/aspire-semantic-kernel-basic-chat-app
Azure-Samples/chat-with-your-api-from-promptflow
A sample flow that provides a natural language interface to existing API operations
Azure-Samples/openai-chat-your-own-data
An infrastructure template that provisions the required Azure resources for a simple RAG AI solution.
Azure-Samples/python-nltosql
A simple Natural Language to SQL LLM App for demo and prototipation. Covers both Text-to-SQL and Chat with your SQL Data cases.