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