diff --git a/README.md b/README.md index f9d84ee..c240a79 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,36 @@ the installer deploys the selected tier on the target server. Technical buyer-facing collateral lives in `docs/` for reuse in customer evaluation, partner enablement, and internal technical review. +- `docs/README.md` - `docs/Nexus_One_AI_Datasheet.docx` - `docs/Nexus_One_AI_Datasheet.pdf` +- `docs/architecture-overview.svg` + +## Why Nexus One AI + +- Private AI platform designed for customer-controlled infrastructure. +- Packaged stack for portal access, local inference, document retrieval, and observability. +- Deployment paths for both bootable ISO installs and scripted Ubuntu server installs. +- Tiered packaging that scales from contained pilots to larger multi-team deployments. +- Stronger technical buyer story than a simple demo stack because admin, audit, backup, and readiness surfaces are included. + +## Architecture Snapshot + +![Nexus One AI architecture overview](docs/architecture-overview.svg) + +## Visual Overview + +### Package Positioning + +![Nexus One AI package overview](docs/nexus-one-ai-package-overview.jpg) + +### Opportunity View + +![Nexus One AI opportunity view](docs/nexus-one-ai-opportunity.jpg) + +### Tier Comparison + +![Nexus One AI tier comparison](docs/nexus-one-ai-tier-comparison.jpg) ## 1. Choose The Install Path diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..ba898c0 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,28 @@ +# Nexus One AI Docs + +This folder holds buyer-facing and partner-facing collateral for Nexus One AI. +Use it when the repository needs to function as both installer source and +technical handoff point. + +## Core Collateral + +| File | Purpose | +|---|---| +| `Nexus_One_AI_Datasheet.docx` | Editable technical buyer datasheet. | +| `Nexus_One_AI_Datasheet.pdf` | Shareable PDF export of the technical buyer datasheet. | +| `architecture-overview.svg` | Simple stack view for repo pages, partner notes, and internal explainers. | + +## Visuals + +| File | Use | +|---|---| +| `nexus-one-ai-package-overview.jpg` | High-level package positioning visual. | +| `nexus-one-ai-opportunity.jpg` | Business/problem framing visual. | +| `nexus-one-ai-tier-comparison.jpg` | Tier and hardware comparison visual. | + +## Suggested Usage + +- Start with the main repo `README.md` for installation and deployment paths. +- Use the datasheet for technical buyer review and partner follow-up. +- Use the visuals in proposal notes, partner onboarding, and internal solutioning. + diff --git a/docs/architecture-overview.svg b/docs/architecture-overview.svg new file mode 100644 index 0000000..ce7953e --- /dev/null +++ b/docs/architecture-overview.svg @@ -0,0 +1,105 @@ + + Nexus One AI Architecture Overview + High level view of Nexus One AI components from users through portal, services, and infrastructure. + + + + + + + + + + + + + + NEXUS ONE AI · ARCHITECTURE OVERVIEW + Private AI Platform On Customer-Controlled Infrastructure + Portal, inference, retrieval, administration, and observability packaged for on-premises deployment. + + + + Users & Review Teams + Admins + Department Users + Procurement / IT / Security + + + + + Portal & Access Layer + Nexus One AI Portal + Open WebUI + Authentication / Sessions + Prompt Workflows / Admin UI + + + + + Inference + Ollama + Local Model Catalog + + + + + Knowledge Retrieval + ChromaDB + Upload / RAG Pipeline + + + + + Control Plane + FastAPI Backend + Audit / Backup + Settings / Licensing + + + + + Observability + Grafana / Prometheus + GPU & System Metrics + + + + + Deployment Substrate + Ubuntu 22.04 • Bootable ISO or Scripted Installer • CPU or NVIDIA GPU Infrastructure • Internal Network / Air-Gapped Friendly + + + + + + + + + + + + + + + + + + + + + + + + + PRIVATE AI · PACKAGED STACK + Powered by Cezen + diff --git a/docs/nexus-one-ai-opportunity.jpg b/docs/nexus-one-ai-opportunity.jpg new file mode 100644 index 0000000..0948324 Binary files /dev/null and b/docs/nexus-one-ai-opportunity.jpg differ diff --git a/docs/nexus-one-ai-package-overview.jpg b/docs/nexus-one-ai-package-overview.jpg new file mode 100644 index 0000000..31b5ca3 Binary files /dev/null and b/docs/nexus-one-ai-package-overview.jpg differ diff --git a/docs/nexus-one-ai-tier-comparison.jpg b/docs/nexus-one-ai-tier-comparison.jpg new file mode 100644 index 0000000..22bb29a Binary files /dev/null and b/docs/nexus-one-ai-tier-comparison.jpg differ