Abraxas-365 / Abraxas-365/langchain-rust
Document Loader Options
- Langage dominant
- Rust
- Étoiles
- 1.3k
- Forks
- 177
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Is your feature request related to a problem? Please describe.**
My use case is; a cron job that trains on a git repo. I'm using git commit loader rather than file loader (not entirely sure if this is best for me).
The main thing for me is iteratively adding documents to a vector store, rather than once and done.
**Describe the solution you'd like**
I'd love to filter which commits are loaded, similar to how I can filter for only files of certain extensions. In my specific scenario I'd only like to load commits I've not seen before.
**Describe alternatives you've considered**
A generic filter/lambda type function that allows developers to plug in their own conditions on whether a commit should be loaded.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.