Document search and question-answering system with RAG pipeline, HTTP service, file storage, database, and deployment.
Render it
# CLI
npx @nanohype/sdk render-composite document-intelligence --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "document-intelligence", variables);
# MCP — from an agent
get_composite({ name: "document-intelligence" })
What it draws together
Variables
Required
ProjectName string- Project name used across all templates Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider for generation
VectorStore string — defaults to pgvector- Vector database backend
IncludeEvals bool — defaults to true- Include evaluation harness