full.toml 411 B

123456789101112131415161718192021
  1. [completion]
  2. provider = "r2r"
  3. concurrent_request_limit = 256
  4. [ingestion]
  5. provider = "r2r"
  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 = 800
  11. overlap = 400
  12. [ingestion.extra_parsers]
  13. pdf = "zerox"
  14. [orchestration]
  15. provider = "hatchet"
  16. kg_creation_concurrency_limit = 32
  17. ingestion_concurrency_limit = 16
  18. kg_concurrency_limit = 8