Reduce the default chunk size in the reasoning pipeline to fit LLM capability

This commit is contained in:
trducng
2024-02-03 09:38:50 +07:00
parent 107bc7580e
commit bff55230ba
4 changed files with 20 additions and 6 deletions

View File

@@ -7,10 +7,12 @@ repos:
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: detect-aws-credentials
args: ["--allow-missing-credentials"]
- id: detect-private-key
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 22.3.0
hooks: