Retriever
RAG helper
Upload Text or PDF Files
๐ Show Uploaded Files
Drag & Drop files here
.txt, .pdf supported
{% if uploaded_filenames %}
Uploaded Files (server)
{% for fname in uploaded_filenames %}
{{ fname }}
{% endfor %}
{% endif %}
Search your uploads
Enter your question or claim:
{{ query }}
Number of paragraphs to return:
๐ Retrieve
Tip: upload may take a moment to process before results appear.
๐งน Start New Search
{% if results %}
โฌ๏ธ Download these results
๐ฆ Download full merged text
Matching Paragraphs
{% for r in results %}
{{ r.text }}
๐ View context
๐
๐
๐ {{ r.file }}
{% endfor %}
{% endif %}