fix(history): bound ingestion and stage semantic review
This commit is contained in:
parent
00db9d3c3f
commit
4136528775
4 changed files with 317 additions and 21 deletions
|
|
@ -6,8 +6,10 @@
|
|||
"listen": "127.0.0.1:8089",
|
||||
"cycle_seconds": 15,
|
||||
"idle_heartbeat_seconds": 300,
|
||||
"gpt_batch_size": 100,
|
||||
"notion_batch_size": 600,
|
||||
"git_batch_size": 500,
|
||||
"review_queue_backfill_batch_size": 500,
|
||||
"sources": [
|
||||
{
|
||||
"id": "GPT-LANGUAGE-CHAOS-ORIGINAL",
|
||||
|
|
@ -23,6 +25,7 @@
|
|||
"epoch": "NOTION_STRUCTURED_REALITY_TRANSITION",
|
||||
"reality_default": "MIXED_REQUIRES_EVIDENCE",
|
||||
"path": "notion",
|
||||
"ready_marker": "notion/.SOURCE-ACCEPTED.json",
|
||||
"order": 20
|
||||
},
|
||||
{
|
||||
|
|
@ -68,4 +71,3 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue