지식 인덱스

ONOXIA에서 사용하는 용어의 표준 정의입니다. 각 용어는 하나의 안정적인 URL을 가지며 다른 페이지는 재정의 대신 이를 참조합니다.

Human Handover
A controlled escalation in which an ONOXIA bot conversation is taken over by a human support agent, with full message history and visitor context transferred to the agent's portal session.
Multi-LLM Language Routing
A request-time decision that picks the inference provider best suited for the visitor's language pair — Mistral AI in Paris for European languages (GDPR-compliant), Qwen for Chinese and other Asia-Pacific languages, Gemini Flash as a global fallback.
Persona Configuration
A per-site bundle that defines who the bot is, how it speaks, which tools it may call, and what it must refuse. Personas sit between the visitor's question and the LLM, shaping the system prompt and tool registry for every conversation on that site.
Retrieval-Augmented Generation (RAG)
A pattern that retrieves passages from a private knowledge base before an LLM generates an answer, so responses cite your own documents instead of fabricating facts.
SHA-256 IP Hashing
A server-side technique where each visitor's IP address is hashed with SHA-256 before any storage, so ONOXIA can identify abuse patterns and rate-limit without retaining personally identifiable IP data.
Shadow DOM Chat Widget
A chat widget loaded inside a Shadow DOM root so its styles and DOM are isolated from the host page, guaranteeing no CSS conflicts and no script collisions regardless of the host CMS or theme.
Token-FIFO Pricing
A pricing model that consumes the oldest token package first. Each ONOXIA plan ships a monthly token budget; one-time add-on packages are layered on top and depleted in first-in-first-out order, so the never-expiring add-ons are only touched when the monthly budget runs out.