rag_ingest
Index documentation sources by crawling GitHub repositories, fetching files, and chunking content for semantic search. Returns a task ID to track progress.
Instructions
Full crawl and index of documentation sources.
Crawls GitHub repositories, fetches all documentation files, chunks them, and indexes them for semantic search. This is a long-running operation that runs in the background.
Args: source_name: Specific source to ingest (e.g., "deriva-ml-docs"). If None, ingests all configured sources.
Returns: Dict with task ID for tracking progress, or immediate results if the operation completes quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | No |