From d2bf68eba621e58ecd253ef9191a445b6b85912c Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 15 May 2024 22:58:21 +0000 Subject: [PATCH] Add extra README --- docs/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..2b60af51 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,23 @@ +--- +name: RAG on PostgreSQL +description: Deploy an app to chat with your PostgreSQL database using Azure OpenAI, Python, and the RAG technique. +languages: +- bicep +- azdeveloper +- python +- typescript +products: +- azure-database-postgresql +- azure +- azure-openai +- azure-container-apps +- azure-container-registry +page_type: sample +urlFragment: rag-postgres-openai-python +--- + +This project creates a web-based chat application with an API backend that can use OpenAI chat models to answer questions about the items in a PostgreSQL database table. The frontend is built with React and FluentUI, while the backend is written with Python and FastAPI. + +This project is designed for deployment to Azure using [the Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/), hosting the app on Azure Container Apps, the database in Azure PostgreSQL Flexible Server, and the models in Azure OpenAI. + +For instructions on deploying this project to Azure, please refer to the [README on GitHub](https://github.com/Azure-Samples/rag-postgres-openai-python/?tab=readme-ov-file#rag-on-postgresql).