read_raw_file
Extract raw file content for processing in RAG-based retrieval systems, enabling direct access to document data for semantic search and analysis.
Instructions
Read raw content of a file. Args: file_path: Absolute path to the file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |