-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: begin work on RAG, refactoring, improved docs and tests (#258)
* feat: started working on RAG (again) * fix: fixed bugs in rag * fix: fixed tests after refactor * build(deps): updated dependencies * build(deps): updated gptme-rag * fix: made rag support optional * test: fixed tests * docs: fixed docs * docs: fixed docs for computer tool * docs: fixed docs, made some funcs private to hide them from autodocs * test: fixed tests * Apply suggestions from code review * fix: fixed when running in a directory without gptme.toml * fix: fixed lint * test: fixed tests for rag * build(deps): updated gptme-rag * fix: add get_project_dir helper function * fix: changed rag tool to use functions instead of execute * Apply suggestions from code review * fix: more refactoring of rag, made typechecking of imports stricter, fixed tests * fix: fixed rag tool tests * ci: fixed typechecking * fix: hopefully finally fixed rag tests now * test: made test_chain more reliable for gpt-4o-mini
- Loading branch information
Showing
25 changed files
with
2,647 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.