feat(history): add bounded persona semantic review
This commit is contained in:
parent
efec80bc0e
commit
dc1548518a
3 changed files with 315 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
|||
"notion_batch_size": 600,
|
||||
"git_batch_size": 500,
|
||||
"review_queue_backfill_batch_size": 500,
|
||||
"semantic_review_endpoint": "http://127.0.0.1:8077/v1/broadcast",
|
||||
"semantic_review_interval_seconds": 300,
|
||||
"semantic_review_batch_size": 4,
|
||||
"semantic_excerpt_bytes": 6000,
|
||||
"sources": [
|
||||
{
|
||||
"id": "GPT-LANGUAGE-CHAOS-ORIGINAL",
|
||||
|
|
|
|||
Loading…
Reference in a new issue