rag_index_schema
Keep RAG search current by re-indexing catalog schema after changes. Uses schema hashing to skip unchanged schemas.
Instructions
Re-index the connected catalog's schema for RAG search.
Fetches the current schema from the connected catalog and indexes it for semantic search. This happens automatically on connect_catalog, but can be called manually after schema changes (e.g., after creating tables, adding columns, or creating features).
Uses schema hashing — returns immediately if unchanged.
Returns: Dict with indexing statistics (status, chunks_created, schema_hash).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||