docs: add Gradio UI demo screenshot and context disclaimer

This commit is contained in:
2026-09-12 10:32:05 -03:00
parent f9a68ee335
commit 30957cbea0
3 changed files with 10 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ A **Retrieval-Augmented Generation (RAG)** system that answers sales and specifi
- **Generates** accurate answers using Google Gemini (single free-tier API key) - **Generates** accurate answers using Google Gemini (single free-tier API key)
- **Tracks** latency and accuracy metrics for production readiness - **Tracks** latency and accuracy metrics for production readiness
![Gradio Web UI Demo](docs/demo-screenshot.png)
*The web UI answering a real product question with retrieved specs, alternative recommendations, and source links.*
## Quick Start ## Quick Start
### 1. Setup ### 1. Setup
@@ -185,3 +189,7 @@ Demo project for technical delivery assessment.
**Built for:** Bosch Home Comfort AI Task Force **Built for:** Bosch Home Comfort AI Task Force
**Use Case:** Sales/support product knowledge assistant **Use Case:** Sales/support product knowledge assistant
**Candidate:** Technical Delivery Manager role **Candidate:** Technical Delivery Manager role
## Context
This demo was built as a technical exploration for the Bosch Home Comfort AI Task Force.

BIN
docs/demo-screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "bosch-hvac-products-bot" name = "bosch-hvac-products-bot"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "RAG-powered assistant for Bosch HVAC sales & spec questions. Retrieval via FAISS + Google Gemini embeddings; generation via Gemini Flash Lite. Gradio web UI and CLI interfaces. Built as a technical exploration for the Bosch Home Comfort AI Task Force."
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [