From 25935eced1fa9ed05cb400ff0c73a53ca41ffeb5 Mon Sep 17 00:00:00 2001 From: Serhii | PyDevDeep Date: Tue, 23 Jun 2026 18:02:27 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74eb65a..79e33ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🧠 BubbleBrain -> **AI-powered chatbot backend for e-commerce** — RAG pipeline, price comparison, lead generation, and Flowise widget integration in a single production-ready FastAPI service. +> **AI-powered chatbot backend for e-commerce** — RAG pipeline, price comparison, lead generation, and widget integration in a single production-ready FastAPI service. [![Python](https://img.shields.io/badge/Python-3.13+-3776AB?logo=python&logoColor=white)](https://www.python.org/) [![FastAPI](https://img.shields.io/badge/FastAPI-0.115+-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/) @@ -20,7 +20,7 @@ Modern e-commerce stores lose customers due to slow or absent support. BubbleBra - Answers product questions **instantly** using your store's own data (RAG, no hallucinations) - **Compares prices** between your store and suppliers in real-time - **Captures leads** and routes hot prospects directly to Telegram -- Embeds into any frontend via **Flowise Chat Widget** — no custom UI required +- Embeds into any frontend via **Chat Widget** — no custom UI required - Syncs with **WooCommerce** via webhooks to stay up-to-date on orders and inventory --- @@ -50,7 +50,7 @@ Modern e-commerce stores lose customers due to slow or absent support. BubbleBra | Web Framework | FastAPI + Uvicorn | | AI / LLM | OpenAI GPT-3.5/4, `text-embedding-3-small` | | Vector DB | Pinecone | -| Chat Widget | Flowise Embed | +| Chat Widget | | WooCommerce | REST API + Webhooks | | Scheduling | APScheduler | | HTTP Client | httpx |