prabhaingit/SAP-HANA-VectorDB-RAG ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple demo app for asking questions over uploaded documents, using SAP HANA as the vector database behind the scenes.
I want one part that lets me upload files and index their contents, and another part where I can type a question and get a helpful answer based on those documents. Make it feel like a small end to end RAG project, with a clean basic web page so I can try it quickly. If you need to look up the current SAP HANA vector search approach or the right docs, go ahead and check online.
Keep it easy to run locally, and make the flow obvious, upload files, process them, then chat with the data. If there’s a simple way to show what got stored or matched, include that too.
Are you gonna build this?
make sure you review the code using coderabbit