4 Open Issues Need Help Last updated: Sep 4, 2026

Open Issues Need Help

View All on GitHub
enhancement good first issue

AI Summary: The task involves refactoring the existing Flask-based RAG chatbot to utilize cloud-based embedding models (AWS or GCP) instead of locally downloading and using a Sentence Transformer model. This change aims to improve efficiency and reduce the computational burden during deployment by offloading the embedding generation to a cloud provider's service.

Complexity: 4/5
enhancement good first issue

AI Summary: Implement a timeout mechanism in the Discord bot's user interface (UI) to handle situations where the server response is delayed. This involves adding a timer that triggers a user-friendly message indicating a timeout and suggesting a retry if the server doesn't respond within a specified timeframe. The UI should be updated to display this message clearly.

Complexity: 3/5
good first issue