Open Issues Need Help
View All on GitHub Fix rebuild from defang-docs update 15 days ago
bug good first issue
add monitoring notification 12 months ago
enhancement good first issue
update docs-chatbot to use AWS/GCP embedding models about 1 year ago
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
add timeout on UI when waiting on server response about 1 year ago
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