Storia-AI/sage

Feature request: Exclude auto-generated files

Open

#47 opened on Oct 2, 2024

 (6 comments) (0 reactions) (2 assignees)Python (116 forks)auto 404
good first issuehacktoberfest🔥 difficulty: 2

Repository metrics

Stars
 (1,267 stars)
PR merge metrics
 (PR metrics pending)

Description

Some repos have hundreds of auto-generated files, with limited utility in actually understanding the repo.

We'll have to implement some heuristics to detect such files (based on filename and content), and offer an option to exclude them from indexing. When they dominate the repo, they can really damage retrieval quality.

Contributor guide