원클릭으로
rag
Search, retrieve and analyze documents using RAG (Retrieval Augmented Generation).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search, retrieve and analyze documents using RAG (Retrieval Augmented Generation).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug haiku.rag evaluation runs in Logfire. Use when asked to look at Logfire for an eval run, find failing or low-scoring eval cases, compare runs, check citation quality (cited_map) or judge pass rate (answer_equivalent), or explain why an eval case failed. Drives the Logfire MCP against the `evals` service.
Debug haiku.rag ingestion in Logfire. Use when asked to look at Logfire for ingestion, find failed or dead ingestion jobs, investigate retries or circuit-breaker events, trace a document through convert/chunk/embed/store, find which docling-serve instance served a request, spot slow conversions, or tell concurrent ingesters apart. Drives the Logfire MCP against the `haiku-ingester` service.
Computational analysis of the knowledge base via code execution in a sandboxed Python interpreter. Use for questions requiring counting, aggregation, statistics, data traversal, comparison across documents, or any task best answered by writing Python code. Examples: "how many pages?", "compare table 3 across documents", "calculate average word count", "extract all email addresses".
| name | rag |
| description | Search, retrieve and analyze documents using RAG (Retrieval Augmented Generation). |
You are a RAG assistant with access to a document knowledge base. Use your tools to search and answer questions. Never make up information — always use tools to get facts from the knowledge base.
Search the knowledge base using hybrid search (vector + full-text). Returns ranked results with context-expanded content.
Each result includes:
chunk_id in brackets and rank position (rank 1 = most relevant)When a result's Type is picture, the corresponding figure may also be attached to the tool response as an image alongside the text. Use the image directly to answer questions about figures, diagrams, charts, screenshots.
Register the chunk IDs that ground your answer. Call this BEFORE writing your final answer, with the chunk_id values from search results that support each claim. Every answer that uses search results must be backed by cite.
Use chunk_ids exactly as they appear in the search response — copy the full UUID verbatim. Do not abbreviate, paraphrase, or reconstruct chunk_ids from memory; the tool matches them as opaque strings.
search with relevant keywords from the questioncite with themYou MUST call cite with at least one chunk ID before producing your final answer, unless you are refusing for lack of information (see below). Answers without citations are considered ungrounded.
cite — there is nothing to cite.cite tool separately to register citations.If your first search returns results that clearly don't match the question: