Skip to content
Snippets Groups Projects
  1. May 07, 2024
  2. May 06, 2024
    • Moonlit's avatar
      Refactor: Use TaskStatus enum for task status handling (#646) · ca5acc15
      Moonlit authored
      ### What problem does this PR solve?
      
      This commit changes the status 'not started' from being hard-coded to
      being maintained by the TaskStatus enum. This enhancement ensures
      consistency across the codebase and improves maintainability.
      
      ### Type of change
      
      - [x] Refactoring
      ca5acc15
  3. Apr 30, 2024
  4. Apr 29, 2024
  5. Apr 28, 2024
  6. Apr 26, 2024
    • KevinHuSh's avatar
      fix bug of file management (#565) · ab06f502
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      ab06f502
    • KevinHuSh's avatar
      fix rename bug (#562) · 84b39c60
      KevinHuSh authored
      ### What problem does this PR solve?
      
      fix rename file bugs
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      84b39c60
    • KevinHuSh's avatar
      add file management feature (#560) · f69ff39f
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Documentation Update
      f69ff39f
    • KevinHuSh's avatar
      fix youdao bug (#551) · b75d75e9
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      b75d75e9
  7. Apr 25, 2024
  8. Apr 23, 2024
    • chrysanthemum-boy's avatar
      Add `.doc` file parser. (#497) · 72384b19
      chrysanthemum-boy authored
      
      ### What problem does this PR solve?
      Add `.doc` file parser, using tika.
      ```
      pip install tika
      ```
      ```
      from tika import parser
      from io import BytesIO
      
      def extract_text_from_doc_bytes(doc_bytes):
          file_like_object = BytesIO(doc_bytes)
          parsed = parser.from_buffer(file_like_object)
          return parsed["content"]
      ```
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      
      ---------
      
      Co-authored-by: default avatarchrysanthemum-boy <fannc@qq.com>
      72384b19
  9. Apr 22, 2024
  10. Apr 19, 2024
  11. Apr 18, 2024
  12. Apr 16, 2024
  13. Apr 15, 2024
  14. Apr 13, 2024
  15. Apr 12, 2024
    • KevinHuSh's avatar
      add quota config in dialog conf (#339) · bc6828c4
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#337
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      bc6828c4
    • KevinHuSh's avatar
      fix wrong log printting (#330) · e2020710
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#325
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      e2020710
  16. Apr 11, 2024
  17. Apr 09, 2024
  18. Apr 08, 2024
    • KevinHuSh's avatar
      Support new feature about Ollama (#262) · b6887a20
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#221
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      b6887a20
    • KevinHuSh's avatar
      Support Ollama (#261) · 3708b97d
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#221
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      3708b97d
    • KevinHuSh's avatar
      fix user registration issue (#248) · c8297994
      KevinHuSh authored
      ### What problem does this PR solve?
      Issue link: #247
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      c8297994
  19. Apr 07, 2024
Loading