feat(cli):Add support for .gitingest file processing in query ingestion (#191)

Co-authored-by: Romain Courtois <romain@coderamp.io>
Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
This commit is contained in:
Yanampally Abhiram Reddy 2025-02-19 15:01:02 +05:30 committed by GitHub
parent 811fe698a7
commit f90595de7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 71 additions and 0 deletions

View file

@ -102,6 +102,7 @@ repos:
slowapi,
starlette,
tiktoken,
tomli,
uvicorn,
]
- id: pylint
@ -118,6 +119,7 @@ repos:
python-dotenv,
slowapi,
starlette,
tomli,
tiktoken,
uvicorn,
]