full.toml 441 B

123456789101112131415161718192021
  1. [completion]
  2. provider = "r2r"
  3. concurrent_request_limit = 12800
  4. [ingestion]
  5. provider = "unstructured_local"
  6. strategy = "auto"
  7. chunking_strategy = "by_title"
  8. new_after_n_chars = 2_048
  9. max_characters = 4_096
  10. combine_under_n_chars = 1_024
  11. overlap = 1_024
  12. [ingestion.extra_parsers]
  13. pdf = ["zerox", "ocr"]
  14. [orchestration]
  15. provider = "hatchet"
  16. kg_creation_concurrency_limit = 32
  17. ingestion_concurrency_limit = 16
  18. kg_concurrency_limit = 8