Skip to content
  1. Apr 28, 2024
  2. Apr 26, 2024
    • Jin Hai's avatar
      Update version info (#564) · f1c98aad
      Jin Hai authored
      
      
      ### What problem does this PR solve?
      
      _Briefly describe what this PR aims to solve. Include background context
      that will help reviewers understand the purpose of the PR._
      
      ### Type of change
      
      - [x] Documentation Update
      - [x] Refactoring
      
      ---------
      
      Signed-off-by: default avatarJin Hai <haijin.chn@gmail.com>
      f1c98aad
    • 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
    • balibabu's avatar
      feat: add Tooltip to action icon of FileManager (#561) · 6329339a
      balibabu authored
      ### What problem does this PR solve?
      #345
      feat: add Tooltip to action icon of FileManager 
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      6329339a
    • 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
    • balibabu's avatar
      feat: translate FileManager #345 (#558) · eb62c669
      balibabu authored
      ### What problem does this PR solve?
      #345
      feat: translate FileManager
      feat: batch delete files from the file table in the knowledge base
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      eb62c669
    • KevinHuSh's avatar
      add file management feature (#560) · f69ff39f
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Documentation Update
      f69ff39f
    • Jin Hai's avatar
      Update version to 0.3.2 (#550) · b1cd2039
      Jin Hai authored
      
      
      ### What problem does this PR solve?
      
      _Briefly describe what this PR aims to solve. Include background context
      that will help reviewers understand the purpose of the PR._
      
      ### Type of change
      
      - [x] Documentation Update
      
      Signed-off-by: default avatarJin Hai <haijin.chn@gmail.com>
      b1cd2039
    • 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
    • Moonlit's avatar
      chore: disable Kibana volume storage in Docker Compose (#548) · 76c477f2
      Moonlit authored
      ### What problem does this PR solve?
      
      Since Kibana service is not currently being used, the associated volume
      'kibanadata' has been commented out in the Docker Compose file. This
      change helps to prevent the allocation of unnecessary resources and
      simplifies the configuration.
      
      ### Type of change
      
      - [x] Refactoring
      unused Kibana volume storage
      76c477f2
  3. Apr 25, 2024
  4. Apr 24, 2024
  5. Apr 23, 2024
    • KevinHuSh's avatar
      fix bug of table in docx (#510) · 369400c4
      KevinHuSh authored
      ### What problem does this PR solve?
      #509 
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      369400c4
    • balibabu's avatar
      fix: cannot save the system model setting #468 (#508) · 6405041b
      balibabu authored
      ### What problem does this PR solve?
      
      fix: cannot save the system model setting #468
      feat: rename file in FileManager
      feat: add FileManager
      feat: override useSelector type
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      6405041b
    • KevinHuSh's avatar
      fix bug #502 (#504) · aa71462a
      KevinHuSh authored
      ### What problem does this PR solve?
      
      #502 
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      aa71462a
    • 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
    • KevinHuSh's avatar
      enlarge docker memory usage (#501) · 0dfc8ddc
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Refactoring
      0dfc8ddc