khoj-ai / khoj

Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.
https://khoj.dev
GNU Affero General Public License v3.0
12.64k stars 640 forks source link

Add try-catch blocks when indexing GitHub data #482

Closed sabaimran closed 5 months ago

sabaimran commented 1 year ago

GitHub data currently processes certain data in big batches. Instead of this, process files, issues iteratively and add more graceful failures.

Sanket-Arekar commented 9 months ago

Hey @sabaimran I would like to work on this issue. Can you Please assign me this issue?

sabaimran commented 5 months ago

This has been fixed with performance improvements via #692 .