[Bugfix] fix chunker config bug (#1024)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-12-18 17:32:26 +05:30
committed by GitHub
parent bee4e834b1
commit db37b2ac15
3 changed files with 21 additions and 17 deletions

View File

@@ -428,6 +428,7 @@ def validate_config(config_data):
Optional("chunk_size"): int,
Optional("chunk_overlap"): int,
Optional("length_function"): str,
Optional("min_chunk_size"): int,
},
}
)