"We don't store any code on our servers after initial processing" Are you storing the embedding vectors you've calculated from the code? If so, those are likely quite easily reversible - so I would still consider that source code stored on your servers from the point of view of a security audit. As a result, I might actually prefer to have copies of my code stored on your servers if it resulted in faster performance.
Launch HN: Greptile (YC W24) - RAG on codebases that actually works
101–110 of 173 posts
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#102Love this idea and am just signed up. Thanks for the promo code! Also, I really like your blog post about shipping faster: https://greptile.com/blog/ship-faster . Shipping code is so fun that we should all be looking for ways to do more of it.
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#103Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#104Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#105I linked to my github but can't find where to use the promo code :-/
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#106Looks good, but there are many competitors that do exactly the same thing (even opensource ones)
I can only think of two serious competitors, neither of which is open source. And I don't think anyone serious at either of those companies would claim that they have the definitive solution.
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#107Looks like some kind of bug on repos w/ many branches. Loading https://github.com/datastax/cassandra/ , I search for `vsearch` and it presents me with CNDB-8708-vsearch and DSP-23946-vsearch, but not vsearch itself.
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#108I've been looking for something like this, but local-only. Any plans to let people self-host and point at local repositories?
I've given it a fairly serious shot and my conclusion is that building IDE hooks is seriously depressing. IntelliJ deprecates APIs constantly and the docs don't really keep up.
And then there's the total dumpster fire that is trying to support GPU acceleration on multiple platforms.
Unfortunately it's easily 10x the work to do this kind of thing local only.
Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#109Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works
#110I've been looking for something like this, but local-only. Any plans to let people self-host and point at local repositories?
We’ve been grappling with making it local but two considerations 1. Haven’t figured out what should trigger updates. Every commit sounds crazy, every save would be perfect but too intensive also. 2. LLMs will not be self hosted. We haven’t been able to get the same results with any smaller LLMs To answer your questions we definitely want to make this available for local repos and ideally self hosted, on a technical l…