AIAny
AI Agent2023
Icon for item

DocsGPT

Turns documents, web pages and audio into a private, searchable knowledge base and builder for AI assistants and agents — supports wide-format ingestion, multi-model (cloud or local) execution, retrieval-augmented responses, and enterprise deployment features like RBAC and SSO.

Introduction

Most enterprise knowledge lives locked in heterogeneous files, web pages, and meeting recordings; extracting accurate, source-linked answers at scale requires more than a single LLM. DocsGPT treats documents as first-class data: it ingests PDFs, Office files, HTML, images and audio, builds retrieval layers, and composes agent workflows so teams can ship private, source-aware assistants or research tools that run on cloud or on-prem models.

What Sets It Apart
  • Wide-format ingestion and preprocessing so you can index PDFs, DOCX, PPTX, CSV, HTML, EPUB, images and audio without ad-hoc ETL — so teams spend time building assistants instead of data plumbing.
  • Retrieval-first answers with citation UI and RAG-friendly embeddings pipelines — this reduces hallucination risk and makes provenance visible to users.
  • Agent Builder and actionable tooling: visual workflows and tool integrations let agents call APIs, run search, or trigger actions rather than returning only text.
  • Multi-model & BYOM support (OpenAI, Anthropic, Google, Ollama, llama_cpp, etc.) plus Docker/Kubernetes deployment options — so you can run models locally for privacy or scale via cloud providers.
  • Enterprise controls: SSO/OIDC, SCIM/SCIM provisioning, RBAC, observability and logging features designed for team and compliance requirements.
Who it's for and tradeoffs

Great fit if you need private, document-backed assistants or searchable knowledge hubs for internal docs, legal/medical teams, product research, or customer support and you want flexible deployment (cloud or self-hosted). The project accelerates productionizing RAG and agent workflows with built-in connectors and enterprise features.

Look elsewhere if you need a tiny, single-binary client for edge devices, or if you require advanced custom model training pipelines (DocsGPT focuses on ingestion, retrieval, orchestration and integrations rather than model training). Also expect operational work for large-scale self-hosting—Kubernetes and Postgres migrations are available but require infra effort.

Where It Fits

Positioned between low-friction chatbot widgets and full MLOps platforms: it handles the ingestion, retrieval and orchestration layer so teams can expose document-aware assistants via web widgets, APIs or chat integrations while delegating heavy model training to separate ML pipelines.

More Items

Hugging Face
AI Model2026

Open-weight multimodal Mixture-of-Experts LLM with native vision and a 1,048,576-token context window. 2.8T parameters (104B activated), MXFP4 quantization, released for agentic long-horizon coding, knowledge work, and vision-in-the-loop workflows.

Hugging Face
AI Model2026

Provides an open-weight native multimodal agent that understands text and images within a 1,048,576-token context window for long-horizon coding, visual reasoning, and tool-driven workflows. Uses a 2.8T-parameter Mixture-of-Experts architecture (KDA + AttnRes) with MXFP4 quantization; best suited for research and large-scale inference setups.

GitHub
AI Agent2026

Rewrites text to remove common signs of AI-generated writing and produce more natural human prose while preserving source facts. Delivered as a portable agent skill (plain SKILL.md) that runs across agent harnesses, with voice-calibration and a strict no‑fabrication rule.