Hi folks, I created an open-source codebase search tool.<p>Just enter any public Github URL and your search query to get top matching functions on the repo.<p>Source Code: <a href="https://github.com/rahuldan/codesearch">https://github.com/rahuldan/codesearch</a><p>Made it using the OpenAI's embeddings API, FAISS and Postgres.<p>Currently supports only Python and vanilla Javascript projects. And the max repo size is 100MB<p>You can self-host using Docker setup from my Github (This would allow you to index local repos)<p>Would love to hear your feedback