full.toml 514 B

12345678910111213141516171819202122232425
  1. [completion]
  2. provider = "litellm"
  3. concurrent_request_limit = 128
  4. [database]
  5. [database.graph_creation_settings]
  6. clustering_mode = "remote"
  7. [ingestion]
  8. provider = "unstructured_local"
  9. strategy = "auto"
  10. chunking_strategy = "by_title"
  11. new_after_n_chars = 2_048
  12. max_characters = 4_096
  13. combine_under_n_chars = 1_024
  14. overlap = 1_024
  15. [ingestion.extra_parsers]
  16. pdf = "zerox"
  17. [orchestration]
  18. provider = "hatchet"
  19. kg_creation_concurrency_limit = 32
  20. ingestion_concurrency_limit = 16
  21. kg_concurrency_limit = 8