IngestionSettingsBuilder
Builder for IngestionSettings used in the Config.ingestion DSL block.
Properties
Link copied to clipboard
The extractor that defines how to transform messages into memory records.
Link copied to clipboard
When true (default), ingestion happens automatically on agent completion. When false, the storage is still accessible for manual use inside graph strategy nodes.
Link copied to clipboard
How to react to ingestion failures (e.g. storage outage).
Link copied to clipboard
The ingestion storage where memory records will be persisted. Must be set explicitly in the ingestion { } block.
Functions
Link copied to clipboard
IngestionSettings builder.
Link copied to clipboard
fun withDocumentExtractor(documentExtractor: DocumentExtractor): LongTermMemory.IngestionSettingsBuilder
Fluent setter for documentExtractor.
Link copied to clipboard
Fluent setter for enableAutomaticIngestion.
Link copied to clipboard
Fluent setter for failurePolicy.
Link copied to clipboard
Fluent setter for namespace.
Link copied to clipboard
Fluent setter for storage.