ZenoAI - Custom Data AI Chatbot Deployer
ZenoAI is a modern AI-powered RAG (Retrieval-Augmented Generation) SaaS platform that enables businesses to build context-aware chatbots trained on custom files and deploy them instantly on any website.
Key Features
- Custom Knowledge Ingestion: Upload PDFs, company wikis, product catalogs, or FAQs to train your chatbot.
- Embeddable Chat Widget: Integrate the AI assistant into any landing page using a lightweight JavaScript snippet.
- Secure Sandbox Security: Includes API key management and origin domain restrictions to prevent unauthorized use.
- Live Memory & Streaming: Supports real-time streaming conversations with multi-turn session memory.
- Monetization & Billing: Organization-based multi-tenant workspaces powered by Better Auth and Dodo Payments billing.
Technical Architecture & RAG Pipeline
- Vector Database: Stores high-dimensional document chunk embeddings inside PostgreSQL using pgvector.
- Embedding Generation: Generates document chunk vectors dynamically via Gemini Embeddings API.
- Semantic Retrieval: Queries relevant company knowledge in real-time using cosine similarity vector search.
- Contextual Generation: Combines retrieved knowledge chunks with chat history to stream accurate responses using Gemini 2.5 Flash models.


