A semantic code search engine
This is WebIR course Project
$ flask --app codedig --debug run
Click on Index Your Own code and provide folder path to your code base.
Indexing the code requires ChatGLM API KEY, if you are going to use another API, eg OpenAI API, modify explain_code_snippet()
function inside index.py
file
For documentaion, first run scraper.py
to scrape documentation data from official websites, then index it with index_docs()
function in index.py
file.
Maybe VS code extension?