Skip to content

Latest commit

 

History

History
name description languages products page_type urlFragment
RAG on PostgreSQL
Deploy an app to chat with your PostgreSQL database using Azure OpenAI, Python, and the RAG technique.
bicep
azdeveloper
python
typescript
azure-database-postgresql
azure
azure-openai
azure-container-apps
azure-container-registry
sample
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 rows 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, 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.