timps_local_rag_builder
Build a fully-local RAG pipeline from a corpus description, emitting ingest, retrieve, generate, evaluate scripts, Dockerfile, and Makefile.
Instructions
Build a fully-local RAG pipeline (Ollama embeddings + Chroma/FAISS + reranker + chat) from a corpus description. Emits ingest, retrieve, generate, evaluate, Dockerfile, Makefile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |