Hacker News new | ask | show | jobs
by williamstein 1092 days ago
There's a demo at https://wolfia.com/ that lets you try out their code search on some popular repos and see other people's questions and answers.
1 comments

Yes! Although please note that the version at wolfia.com is more sophisticated and use embeddings to retrieve contextual snippets of code, vs this open source tool doesn't require indexing your codebase and instead leverage Open AI functions calling to let the LLM browse the code.
Thanks for the clarification. I was confused since the About link at the top of the linked-to repo has the URL https://wolfia.com prominently displayed. Both projects are very interesting and cool. Thanks!