KushalVijay/rag-pipeline-project ? reverse-engineered prompt

Reverse engineered prompt

Build me a small web app that lets me paste in one public webpage URL, then ask questions about that page and see how well the answers are doing.

I want a simple interface with three tabs, one for loading the page, one for asking questions and getting cited answers, and one for viewing evaluation results. The app should pull the main content from the webpage, break it into chunks, make it searchable, and answer only from the page content. If it gives citations, they should match the source chunks it used.

Also add a score for each test case so I can see whether the answer is relevant, grounded, and correct, plus whether the citations are valid. Keep it lightweight and focused on a single webpage at a time, so loading a new URL replaces the old one. Use a Python backend with a React frontend, and keep the API keys in the backend environment file. If you need to look up current docs online, go ahead.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab