|
1 | 1 | # RAG on PostgreSQL (PyCon US 2025 Demo!)
|
2 | 2 |
|
3 | 3 | > This repository is used in the Microsoft sponsor session at PyCon US 2025 by Rohit Ganguly and Pamela Fox.
|
4 |
| -> If you're interested in seeing the original repository for this, visit Pamela's original one that this is forked from [here](https://github.com/Azure-Samples/rag-postgres-openai-python)! |
| 4 | +> This project is a Pittsburgh-specific fork of [the original RAG-on-PostgreSQL project](https://github.com/Azure-Samples/rag-postgres-openai-python). |
5 | 5 |
|
6 | 6 | ## Resource links used in the presentation:
|
7 | 7 |
|
8 | 8 | ### VS Code Extensions
|
| 9 | + |
9 | 10 | - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
10 | 11 | - [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
|
11 | 12 | - [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot)
|
12 | 13 | - [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
|
13 |
| -- [The (new!) PostgreSQL Extension (link coming soon!)](#) |
| 14 | +- [PostgreSQL Extension (Brand new!)]([#](https://marketplace.visualstudio.com/items?itemName=ms-ossdata.vscode-pgsql)) |
14 | 15 | - [AI Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-windows-ai-studio.windows-ai-studio)
|
| 16 | +- [Azure AI Foundry](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.vscode-ai-foundry) |
15 | 17 |
|
16 | 18 | ### Azure Services & Tools
|
| 19 | + |
17 | 20 | - [Azure Developer CLI](https://aka.ms/azd)
|
18 | 21 | - [Azure Container Apps](https://aka.ms/acadocs)
|
19 | 22 | - [Azure Database for PostgreSQL](https://aka.ms/postgresdocs)
|
20 | 23 | - [Azure AI Foundry](https://aka.ms/aifoundrydocs)
|
21 | 24 |
|
22 |
| - |
23 |
| -[](https://codespaces.new/Azure-Samples/rag-postgres-openai-python) |
24 |
| -[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/rag-postgres-openai-python) |
| 25 | +## Project documentation |
25 | 26 |
|
26 | 27 | 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.
|
27 | 28 |
|
|
0 commit comments