- app.py: Gradio Interface wrapping BoschProductRAG.query() - Index built once at startup (not per-request) - Markdown output: answer + linked sources + latency - Example prompts included for quick demo - Verified: launches on :7860, returns correct answers Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
145 B
Plaintext
16 lines
145 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.env.local
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.DS_Store
|
|
metrics_report.json
|
|
.faiss_index/
|
|
.vector_store/
|
|
|
|
.gradio/
|
|
flagged/
|