mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-09-04 23:09:21 +02:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54bb0e2c12 | ||
|
|
67b4d82f62 | ||
|
|
30574fdbb9 | ||
|
|
64771e9e1d |
@@ -1547,6 +1547,8 @@ soc:
|
|||||||
maxGlobalMemoriesToInclude: 5
|
maxGlobalMemoriesToInclude: 5
|
||||||
maxUserMemoriesToReconcile: 20
|
maxUserMemoriesToReconcile: 20
|
||||||
maxGlobalMemoriesToReconcile: 20
|
maxGlobalMemoriesToReconcile: 20
|
||||||
|
memoryExtractBatchSize: 5
|
||||||
|
maxMemoryRetries: 2
|
||||||
memoryModel: gemma@SOAI
|
memoryModel: gemma@SOAI
|
||||||
embedModel: amazon.titan-embed-text-v2@SOAI
|
embedModel: amazon.titan-embed-text-v2@SOAI
|
||||||
reconcileModel: gemma@SOAI
|
reconcileModel: gemma@SOAI
|
||||||
|
|||||||
@@ -908,6 +908,14 @@ soc:
|
|||||||
description: Milliseconds to wait between attempts to look up a tool request that has finished streaming but has not yet been saved to the database. The API retries up to toolUseTurnAttempts times, so this value times the attempt count is the maximum wait before auto-approval fails. Increase it if tool auto-approval fails intermittently.
|
description: Milliseconds to wait between attempts to look up a tool request that has finished streaming but has not yet been saved to the database. The API retries up to toolUseTurnAttempts times, so this value times the attempt count is the maximum wait before auto-approval fails. Increase it if tool auto-approval fails intermittently.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
memoryExtractBatchSize:
|
||||||
|
description: Max number of a session's messages that will be processed for memory extractions at a time. Larger values are more efficient but risk exceeding the memory extraction LLM's size limits, due to the variable and unpredictable size of each message.
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
|
maxMemoryRetries:
|
||||||
|
description: The number of times to retry extracting memories from a session if errors occur.
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
client:
|
client:
|
||||||
assistant:
|
assistant:
|
||||||
enabled:
|
enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user