sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.66k stars 291 forks source link

Just checked the 16 files Cody pulled in for context. 15 assets files, and the 1 I specifically mentioned. Joke of a RAG #5547

Open FoxMcWeezer opened 1 month ago

FoxMcWeezer commented 1 month ago

It's like the devs aren't even trying

Yandrik commented 1 month ago

A tip to improve it is to write a codyignore file. That works really well for me. But overall, I just like mentioning all the files I actually need. That will give you more accurate results anyways.

If I could choose though, I think something along the lines of the way Aider works would be really great for this. Might even reduce the amount of required tokens because less random stuff that is not necessary is pulled in.