latest--DocumentManager
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--DocumentManager.json |
| Parent schema | eidolon-resource |
Type:
object
Manages a collection of documents and provides search functionality. Automatically embeds and syncs documents ( provided by loader) into similarity memory where they can be searched.
Properties
implementation
const: "DocumentManager"
required
name
string
required
The name of the document manager (used to name database collections).
recheck_frequency
integer
The number of seconds between checks.
loader
Latest Overview
concurrency
integer
The number of concurrent tasks to run.
doc_processor
Latest Overview