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
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- root_dir | No | string | No | - | Root Dir |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "LocalFileMemory"
2. Property root_dir
Title: Root Dir
Type | string |
Required | No |
Default | "/tmp/eidolon/file_memory" |
Description: The root directory to store files in.