Skip to content

Add extra README #20

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

Merged
merged 1 commit into from
May 15, 2024
Merged
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
23 changes: 23 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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).