Skip to content

Fix port number in README.md to match app.py configuration#96

Closed
Copilot wants to merge 2 commits intofeature/python/rag-agentfrom
copilot/sub-pr-94-again
Closed

Fix port number in README.md to match app.py configuration#96
Copilot wants to merge 2 commits intofeature/python/rag-agentfrom
copilot/sub-pr-94-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 28, 2025

README documented port 8000 but app.py runs on port 8080.

Changes

  • Updated all port references in python/README.md from 8000 → 8080:
    • Server startup URL
    • Swagger UI URL
    • Health check example
# Before
curl http://localhost:8000/health

# After
curl http://localhost:8080/health

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: xujiongze <31494901+xujiongze@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on python rag agent PR Fix port number in README.md to match app.py configuration Nov 28, 2025
Copilot AI requested a review from xujiongze November 28, 2025 22:10
@xujiongze xujiongze closed this Nov 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants