2 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Integrate additional KRKN documentation from krkn-chaos.dev into the existing RAG chatbot's knowledge base to improve its evaluation accuracy and response quality. This involves gathering the documentation, formatting it for LLM ingestion, and documenting the process for future updates.

Complexity: 4/5
enhancement good first issue help wanted

AI Summary: Enhance the existing RAG chatbot to support markdown (.md) files as part of its knowledge base. This involves extending the data store to handle markdown ingestion, indexing, and querying, ensuring proper parsing of markdown content for effective LLM usage, and considering markdown-specific features for semantic search and retrieval. The goal is to allow users to easily add markdown documents to the chatbot's knowledge base.

Complexity: 4/5
enhancement good first issue