vinaymaurya14/hr_policies_rag ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack HR help chatbot called SmartHR that answers employees questions about company policies in plain English. It should have a clean React web app where people can ask questions, see friendly answers, and upload their own PDF documents to ask about team or project specific rules too.
I want the answers to come from a searchable knowledge base of HR policy documents, with source citations and a relevance score shown for each answer so people can trust where the info came from. Include a few common FAQ style questions on the home screen to make it easy to try.
Use a FastAPI backend in Python, and make the app work with OpenAI for the AI responses and embeddings, with a FAISS based document search setup. If you need to check current docs or best practices while building it, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit