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-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.