Files
bosch-hvac-products-bot/pyproject.toml
Demo User f9a68ee335 feat: add Gradio web UI
- 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>
2026-09-11 17:31:08 -03:00

18 lines
433 B
TOML

[project]
name = "bosch-hvac-products-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.15.0",
"faiss-cpu>=1.15.0",
"gradio>=6.27.0",
"langchain>=1.4.0",
"langchain-community>=0.4.2",
"langchain-google-genai>=4.4.0",
"langchain-text-splitters>=1.1.2",
"python-dotenv>=1.2.3",
"requests>=2.34.2",
]