Roadmap

October 20, 2023 · View on GitHub

Important

v0.5.0 - 85% Progress

Features

  • ✨Add question-bank module

    The questions generated by GPT-4 and their source documents will be stored in the question bank module. In this module, users can choose which question banks to import as their own note questions.

  • Dashboard page

  • Support PWA

  • Support more document types

    • .docs
    • .pdf
    • notionDB
  • Generate more question types

    • single choice
    • fill in the blanks
  • Add more model options

    • gpt-4 (openai)
    • claude-2 (anthropic)
    • llama
  • Allow users to select question types when uploading docs

  • Add detection modules for different question types

  • Added data import and export features to back up data

  • Provide identity selection, allowing users to set the identity of teachers, examiners, interviewers, etc. that affect the strictness of detection and the divergence of generated questions

    RoleDivergenceStrictness
    Teacher⭐️⭐️😏
    Interviewer⭐️⭐️⭐️😐
    Examiner⭐️😭
  • Custom prompt: A module that allows users to set their own question-generation prompts, customize roles, and question types.

Optimizations

  • Optimize prompt templates for question generation
  • Optimize prompt templates for examine
  • Optimize Ebbinghaus algorithm
  • Improve error messages