Skip to content

Commit 3263535

Browse files
committed
update start of README with links to tools
1 parent 34271d4 commit 3263535

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# RAG on PostgreSQL
1+
# RAG on PostgreSQL (PyCon US 2025 Demo!)
2+
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)!
5+
6+
## Resource links used in the presentation:
7+
8+
### VS Code Extensions
9+
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
10+
- [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
11+
- [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot)
12+
- [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
13+
- [The (new!) PostgreSQL Extension (link coming soon!)](#)
14+
- [AI Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-windows-ai-studio.windows-ai-studio)
15+
16+
### Azure Services & Tools
17+
- [Azure Developer CLI](https://aka.ms/azd)
18+
- [Azure Container Apps](https://aka.ms/acadocs)
19+
- [Azure Database for PostgreSQL](https://aka.ms/postgresdocs)
20+
- [Azure AI Foundry](https://aka.ms/aifoundrydocs)
21+
222

323
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/rag-postgres-openai-python)
424
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/rag-postgres-openai-python)

0 commit comments

Comments
 (0)