| 123456789101112131415161718192021 |
- [completion]
- provider = "r2r"
- concurrent_request_limit = 256
- [ingestion]
- provider = "r2r"
- strategy = "auto"
- chunking_strategy = "by_title"
- new_after_n_chars = 2_048
- max_characters = 4_096
- combine_under_n_chars = 800
- overlap = 400
- [ingestion.extra_parsers]
- pdf = "zerox"
- [orchestration]
- provider = "hatchet"
- kg_creation_concurrency_limit = 32
- ingestion_concurrency_limit = 16
- kg_concurrency_limit = 8
|