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

RAG for code #3

Open
transitive-bullshit opened this issue Jun 8, 2024 · 1 comment
Open

RAG for code #3

transitive-bullshit opened this issue Jun 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@transitive-bullshit
Copy link

Really interesting project – I think an AI-focused LSP makes a lot of sense as a standalone service.

Implement semantic search-powered context building (This could be incredibly cool and powerful). Planning to use Tree-sitter to chunk code correctly.

You might want to check out https://github.com/getgrit/gritql by @morgante et al. It's a Rust-based wrapper around tree-sitter that I used for my last project doing RAG for code and was really impressed with it.

Cheers 👋

@SilasMarvin
Copy link
Owner

I will check it out thank you! I'll also update this thread soon with some suggestions for chunk formats and potentially defaults for embedding models, etc...

@SilasMarvin SilasMarvin added the enhancement New feature or request label Jun 8, 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

2 participants