Open Issues Need Help
View All on GitHubAI 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.
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.