Chatbot Backend
The Chatbot Backend is the AI assistant service that powers the Cogrion conversational UI. It handles chat sessions, maintains conversation history, and routes requests to an LLM provider.
LLM Provider
The service is configured with a Mistral API key. A non-empty placeholder key can be supplied to bring the service up before a real key is available.
Components
| Component | Description |
|---|---|
| Service | Custom backend (chatbot-backend) — chat session management, LLM routing, REST API |
| PostgreSQL | Stores conversation history and session state (via KubeBlocks) |
Go Deeper
- Agent-Based ML Platform — a related AI capability for autonomous ML workflows