Fallback

An alternative approach when the primary method fails (e.g., Ollama fails, Claude API takes over).

Why it matters

Reliability requires backup plans. Fallback chains ensure your system stays operational even when individual components fail.

In practice

Our LLM routing: cache check (free) then FAQ match (free) then Ollama local (nearly free) then Claude API (paid, tracked). Each layer is a fallback.

Related terms

Back to glossary