Readme
Chatbot Architecture Documentation
Welcome to the Chatbot Evaluation System architecture documentation. This collection of markdown files explains the business context, system design, model architectures, technical implementation, deployment, and performance considerations.
Use this page as the home and table of contents. Each page also includes navigation links to keep everything connected.
Table of Contents
- Business and Strategy
- Business Overview
- System Architecture
- System Architecture
- Technical Implementation
- File Structure
- Deployment Guide
- Model Architectures
- Extractive QA Models
- Generative Chat Models
- Local Chat Models
Visual Sitemap
flowchart TD
A[Architecture Home] --> B[Business Overview]
A --> C[System Architecture]
C --> C1[Technical Implementation]
C --> C2[File Structure]
C --> C3[Deployment Guide]
A --> D[Model Architectures]
D --> D1[Extractive QA Models]
D --> D2[Generative Chat Models]
D --> D3[Local Chat Models]
How to Use
- Start with Business Overview for the problem context and value.
- Read System Architecture for the high-level design and data flows.
- Dive into the model-specific pages for architecture details:
- Extractive QA Models
- Generative Chat Models
- Local Chat Models
- For development and operations, see:
- Technical Implementation
- File Structure
- Deployment Guide
Quick Navigation
- Next: Business Overview
- Models Overview: Model Architectures
- Back to App: ../index.html (if opened in the app context)