Standard keyword searchi in VSCode feels like it’s from the 90s, just faster.
I’d love to have a search within my codebase that performed vector search, just as @codebase does when grabbing context for a chat. It would show all the matching snippets as results, linked to their source.
Ideally, combined with the reranker.
It would allow me, for example, to search for everything related to “login”, even if the codebase refers to it as “signin”, in a simple and natural way.
Also, I believe this wouldn’t require advanced models; perhaps the same implementation you have for the reasoning step would work.
I hope you like the idea and see its potential in the same way I do. Please let me know if you have any questions I could help with.