Skip to content

LocalFileMemory

Description: Retrieve documents from a local file system. Note that this is the file system where the Eidolon application is running. This means building the files onto the runtime image, or mounting a volume to the container.

Docker volume Build the files into the runtime image Kubernetes volumes

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ implementationNoconstNo-Implementation
- root_dirNostringNo-Root Dir

1. Property implementation

Title: Implementation

Typeconst
RequiredYes

Specific value: "LocalFileMemory"

2. Property root_dir

Title: Root Dir

Typestring
RequiredNo
Default"/tmp/eidolon/file_memory"

Description: The root directory to store files in.