anamnesis_split_source
Split a source file into line-range chunks and register each chunk as a database record so large files can be read and processed into memories.
Instructions
Register a source file in the Anamnesis database, split into chunks by line range. Call this after anamnesis_scan_sources to break a large file into manageable pieces for reading and memory creation. Each chunk becomes a source record that can be fetched and processed into a memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunks | Yes | ||
| project | Yes | ||
| file_path | Yes | ||
| file_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||