Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement code/repo map #55

Open
yaroslavyaroslav opened this issue Jul 20, 2024 · 0 comments
Open

Implement code/repo map #55

yaroslavyaroslav opened this issue Jul 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yaroslavyaroslav
Copy link
Owner

yaroslavyaroslav commented Jul 20, 2024

The llms sucks with getting to know your code.

That's what RAG was invented for, the problem is RAG totally sucks as well.

Folks find some better approaches to retrieve enough context for llm based on syntax tree or lsp server.

https://aider.chat/2023/10/22/repomap.html

Such approach relies on function call feature, to make it who decides whether it's enough context to answer or do it need unveil yet another type declaration. So #17 should be implemented at first.

@yaroslavyaroslav yaroslavyaroslav added the enhancement New feature or request label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant