Configuration for the built-in long-term memory store.
This store can optionally perform semantic search. If you omit index,
the store will just handle traditional (non-embedded) data without vector lookups.
StoreConfig()| Name | Type |
|---|---|
| index | IndexConfig | None |
| ttl | TTLConfig | None |
Optional. Defines the vector-based semantic search configuration.
If provided, the store will:
index.embedindex.dimsindex.fieldsIf omitted, no vector index is initialized.
Optional. Defines the TTL (time-to-live) behavior configuration.
If provided, the store will apply TTL settings according to the configuration. If omitted, no TTL behavior is configured.