IMPORTANT: This requires users to delete their embedding files and re-run repo-gpt setup
. The embedding file is generally located in <path to your repo root>/.repo_gpt/code_embeddings.pkl
What's Changed
- This update overhauls how
repot-gpt query <whatever you want to ask>
so it searches your codebase using agents and answers your questions. - The index now indexes all files that are not in the
.gitignore
file - All sizes of functions and files are indexed. (Size was a limiting factor before.)
Full Changelog: 0.1.5...0.2.0