Skip to content

Short file filter

Hongtao Yang requested to merge filter-short-files into main

This MR adds another filter in chunk_codebase pipeline that removes short files. We have some empty files (like __init__.py) in the database and if not removed, the chunking function would give an error.

Merge request reports