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
Constant: "DocumentManager"
name string required

The name of the document manager (used to name database collections).

recheck_frequency integer

The number of seconds between checks.

Default: 60
concurrency integer

The number of concurrent tasks to run.

Default: 8
doc_processor Latest Overview