-
Notifications
You must be signed in to change notification settings - Fork 371
Description
Hello,
first of all, a cool project!
Larger codebases often significantly exceed even the largest context windows available these days, while offline LLMs are even more troublesome in this regard.
It could be useful to implement an indexing feature, that would not generate a single prompt from the codebase, but instead output multiple smaller prompts containing max. N tokens, with the purpose of creating some kind of code abstraction. This abstract could be afterwards used together with just a single file of code where modifications should be made.
I don't use LLMs for coding very frequently, but this seems like the only plausible approach for fitting large codebases into LLLMs. Have you made any considerations/experiments with this approach and possible implementation into code2prompt?