ingest_to_rag
Upload a local file to a governed RAG corpus. The cloud parses it (PDF/DOCX/HTML/text), scrubs secrets, chunks, embeds, and audits—making content searchable for compliance-ready Q&A.
Instructions
Upload a LOCAL file into the Proofpane governance RAG corpus. The cloud parses it (PDF / DOCX / HTML / text), DLP-scrubs secrets, chunks + embeds it, and audits the ingest. After this, the file's contents are searchable with search_compliance_docs on the returned collection. Use when the user wants a local document made available for governed retrieval / Q&A.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute (or cwd-relative) path to the local file to ingest. | |
| collection | No | Optional target collection. Must start with 'ai_gov_' (tenant-namespaced). Omit to use the org's default upload collection. |