get_document
Retrieve the contents of an indexed file from your MemoryMesh data store by providing its absolute path. Optionally limit the returned bytes to truncate large files.
Instructions
Read and return the contents of an indexed file.
The file must currently exist on disk and must have been indexed by
MemoryMesh (i.e. its path must be present in the metadata store).
Args:
path: Absolute file path.
max_bytes: Content is truncated to this many bytes when the file
is large (``truncated: true`` is set in the response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_bytes | No |