Glossary
This page explains the main terms used in the on-premises installation guides.
Terms
Easy8 AI- the AI functionality integrated into Easy8Chain- the Easy8 AI backend service that exposes the API used by Easy8 and the browserChroma- the vector database used for retrieval and indexed knowledgeCelery- the background worker used for indexing and asynchronous tasksRedis- the shared broker and backend used by CeleryLLM- the language model provider used for text generation and reasoningEmbeddings- vector representations used for retrieval in Chroma-backed productsEasy8 AI Basic- product tier that needschain,celery, and an LLM, but does not need Chroma or embeddingsEasy8 AI Knowledge assistant PRO- product tier that needschain,celery,chroma, embeddings, and an LLMEasy8 AI Helpdesk- product tier that needschain,celery,chroma, embeddings, and an LLMEASY_AI_PUBLIC_URL- the public browser-facing URL for Easy8 AI, typically/ai/chainEASY_AI_CHAIN_URL- the internal Easy8-to-Chain URL used for server-to-server API calls