Skip to main content

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

ComponentDescription
ServiceCustom backend (chatbot-backend) — chat session management, LLM routing, REST API
PostgreSQLStores conversation history and session state (via KubeBlocks)

Go Deeper