Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 25, 2024
  3. 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
  4. Apr 22, 2024
  5. Apr 19, 2024
  6. Apr 18, 2024
  7. Apr 16, 2024
  8. Apr 15, 2024
  9. Apr 13, 2024
  10. 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
  11. Apr 11, 2024
  12. Apr 09, 2024
  13. 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
  14. Apr 07, 2024
  15. Apr 03, 2024
  16. Apr 01, 2024
    • KevinHuSh's avatar
      fix set_api_key bug (#191) · 8c1d31c6
      KevinHuSh 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._
      
      Issue link:#[Link the issue here]
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      - [ ] New Feature (non-breaking change which adds functionality)
      - [ ] Breaking Change (fix or feature that could cause existing
      functionality not to work as expected)
      - [ ] Documentation Update
      - [ ] Refactoring
      - [ ] Performance Improvement
      - [ ] Test cases
      - [ ] Python SDK impacted, Need to update PyPI
      - [ ] Other (please describe):
      8c1d31c6
    • KevinHuSh's avatar
      change defualt language to English (#185) · 0a9f589f
      KevinHuSh authored
      0a9f589f
  17. Mar 31, 2024
  18. Mar 29, 2024
  19. Mar 28, 2024
  20. Mar 27, 2024
Loading