본문으로 건너뛰기

© 2026 Molayo

GH Trending릴리즈2026. 04. 24. 13:56

LLM 애플리케이션 레이어 Onyx: 고급 AI 기능 통합 가이드

요약

Onyx는 RAG, 웹 검색, 코드 실행 등 다양한 첨단 기능을 제공하는 LLM 전용 애플리케이션 레이어입니다. 50개 이상의 커넥터를 통해 외부 시스템과의 연동이 용이하며, 에이전트(Agent) 기반의 심층 연구 및 사용자 정의 워크플로우 구축에 최적화되어 있습니다. Lite 모드는 가벼운 채팅 UI를 제공하여 빠른 테스트가 가능하며, 완전 기능 버전은 대규모 엔터프라이즈 환경을 위한 SSO, RBAC, 고급 분석 기능을 지원합니다.

핵심 포인트

  • Onyx는 RAG (Retrieval-Augmented Generation), 웹 검색, 코드 실행 등 다양한 첨단 AI 기능을 하나의 인터페이스로 통합 제공합니다.
  • 50개 이상의 인덱싱 기반 커넥터와 Actions & MCP를 통해 외부 애플리케이션과의 유연한 연동이 가능합니다.
  • Lite 모드는 낮은 리소스를 요구하는 가벼운 채팅 UI 테스트에 적합하며, 완전 기능 버전은 엔터프라이즈급 보안 및 협업 기능을 제공합니다.
  • SSO (Single Sign On), RBAC (Role Based Access Control) 등 기업용 기능을 통해 대규모 조직의 AI 도입을 지원합니다.

Onyx is the application layer for LLMs

Onyx is the application layer for LLMs - bringing a feature-rich interface that can be easily hosted by anyone. Onyx enables LLMs through advanced capabilities like RAG, web search, code execution, file creation, deep research and more.
Connect your applications with over 50+ indexing based connectors provided out of the box or via MCP.

Tip
Deploy with a single command:

curl -fsSL https://onyx.app/install_onyx.sh | bash
  • 🔍 Agentic RAG: Get best in class search and answer quality based on hybrid index + AI Agents for information retrieval
    • Benchmark to release soon!
  • 🔬 Deep Research: Get in depth reports with a multi-step research flow.
    • Top of leaderboard as of Feb 2026.
  • 🤖 Custom Agents: Build AI Agents with unique instructions, knowledge, and actions.
  • 🌍 Web Search: Browse the web to get up to date information.
    • Supports Serper, Google PSE, Brave, SearXNG, and others.
    • Comes with an in house web crawler and support for Firecrawl/Exa.
  • 📄 Artifacts: Generate documents, graphics, and other downloadable artifacts.
  • ▶️ Actions & MCP: Let Onyx agents interact with external applications, comes with flexible Auth options.
  • 💻 Code Execution: Execute code in a sandbox to analyze data, render graphs, or modify files.
  • 🎙️ Voice Mode: Chat with Onyx via text-to-speech and speech-to-text.
  • 🎨 Image Generation: Generate images based on user prompts.

Onyx supports all major LLM providers, both self-hosted (like Ollama, LiteLLM, vLLM, etc.) and proprietary (like Anthropic, OpenAI, Gemini, etc.).

To learn more - check out our docs!

Deployment Options

Onyx supports deployments in Docker, Kubernetes, Helm/Terraform and provides guides for major cloud providers. Detailed deployment guides found here.

Onyx supports two separate deployment options: standard and lite.

The Lite mode can be thought of as a lightweight Chat UI. It requires less resources (under 1GB memory) and runs a less complex stack. It is great for users who want to test out Onyx quickly or for teams who are only interested in the Chat UI and Agents functionalities.

The complete feature set of Onyx which is recommended for serious users and larger teams. Additional components not included in Lite mode:

  • Vector + Keyword index for RAG.
  • Background containers to run job queues and workers for syncing knowledge from connectors.
  • AI model inference servers to run deep learning models used during indexing and inference.
  • Performance optimizations for large scale use via in memory cache (Redis) and blob store (MinIO).

Enterprise Features

Onyx is built for teams of all sizes, from individual users to the largest global enterprises:

  • 👥 Collaboration: Share chats and agents with other members of your organization.
  • 🔐 Single Sign On: SSO via Google OAuth, OIDC, or SAML. Group syncing and user provisioning via SCIM.
  • 🛡️ Role Based Access Control: RBAC for sensitive resources like access to agents, actions, etc.
  • 📊 Analytics: Usage graphs broken down by teams, LLMs, or agents.
  • 🕵️ Query History: Audit usage to ensure safe adoption of AI in your organization.
  • 💻 Custom code: Run custom code to remove PII, reject sensitive queries, or to run custom analysis.
  • 🎨 Whitelabeling: Customize the look and feel of Onyx with custom naming, icons, banners, and more.

Editions

There are two editions of Onyx:

  • Onyx Community Edition (CE) is available freely under the MIT license and covers all of the core features for Chat, RAG, Agents, and Actions.
  • Onyx Enterprise Edition (EE) includes extra features that are primarily useful for larger organizations.

For feature details, check out our website.

AI 자동 생성 콘텐츠

본 콘텐츠는 GitHub Trending Python (daily)의 원문을 AI가 자동으로 요약·번역·분석한 것입니다. 원 저작권은 원저작자에게 있으며, 정확한 내용은 반드시 원문을 확인해 주세요.

원문 바로가기
1

댓글

0