Skip to content

Releases: codeacme17/examor

v0.1.2

25 Aug 12:01
0801e35
Compare
Choose a tag to compare

Feat

  • Added the error message when calling the model

Fix

  • Fix docker-compose startup issue
  • Fix langchain version issue

Refactor

  • Refactor the component structure
  • Extract the db_service method
  • Extract QuestionBlock component

v0.1.1

20 Aug 12:24
Compare
Choose a tag to compare

Fix

  • Fix docker compose startup problem

v0.1.0

19 Aug 03:50
Compare
Choose a tag to compare

Feature

  • Support Role Select feature (v0.1)

v0.0.0

13 Aug 09:59
Compare
Choose a tag to compare

Feature

  • Upload note
    • Support for user uploading .md file types
  • Generate quesiton
    • Support for generating questions in both English and Chinese
  • Examine
    • Support for detecting and scoring user answers based on questions and document content
    • Ebbinghaus Memory Curve (v0.1), implementing a question push system
  • Profile
    • Support for models OpenAI & Azure
    • Support for users to set the daily push question quantity
  • Launch
    • Support for launching the project using Docker Compose