Hacker News new | ask | show | jobs
Show HN: Natural Language Search for Any GitHub Repo (codesearch.foneme.ai)
2 points by rahuldan 1234 days ago
Hi folks, I created an open-source codebase search tool.

Just enter any public Github URL and your search query to get top matching functions on the repo.

Source Code: https://github.com/rahuldan/codesearch

Made it using the OpenAI's embeddings API, FAISS and Postgres.

Currently supports only Python and vanilla Javascript projects. And the max repo size is 100MB

You can self-host using Docker setup from my Github (This would allow you to index local repos)

Would love to hear your feedback