Skip to content
Snippets Groups Projects
  1. 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
    • KevinHuSh's avatar
      enlarge docker memory usage (#496) · 78402d9a
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      
      - [x] Refactoring
      78402d9a
  2. Apr 22, 2024
  3. Apr 21, 2024
  4. Apr 19, 2024
  5. Apr 18, 2024
  6. Apr 17, 2024
    • YC's avatar
      Update table.py to convert clmns to string (#414) · e8570da8
      YC authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      e8570da8
    • Jin Hai's avatar
      Update PR template (#415) · dd7559a0
      Jin Hai authored
      
      ### What problem does this PR solve?
      
      Update PR template
      
      ### Type of change
      
      - [x] Documentation Update
      
      Signed-off-by: default avatarJin Hai <haijin.chn@gmail.com>
      dd7559a0
    • writinwaters's avatar
      Added some debugging FAQs (#413) · 3719ff72
      writinwaters authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Documentation Update
      3719ff72
    • KevinHuSh's avatar
      fix bulk error for table method (#407) · 800b5c7a
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      Issue link:#366
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      800b5c7a
    • ysyx2008's avatar
      Add automation scripts to support displaying environment information such as... · f12f30bb
      ysyx2008 authored
       Add automation scripts to support displaying environment information such as RAGFlow repository version, operating system, Python version, etc. in a Linux environment for users to report issues. (#396)
      
      ### What problem does this PR solve?
      Add automation scripts to support displaying environment information
      such as RAGFlow repository version, operating system, Python version,
      etc. in a Linux environment for users to report issues.
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      f12f30bb
    • balibabu's avatar
      feat: modify the description of qa (#406) · 30846c83
      balibabu authored
      ### What problem does this PR solve?
      
      feat: modify the description of qa
      
      Issue link: #405
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      30846c83
  7. Apr 16, 2024
    • writinwaters's avatar
      Added FAQs (#395) · 2afe7a74
      writinwaters authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Documentation Update
      2afe7a74
    • KevinHuSh's avatar
      fix gb2312 encoding issue (#394) · d4e0bfc8
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#384
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      d4e0bfc8
    • Jin Hai's avatar
      Fix document bug (#393) · 044daff6
      Jin Hai authored
      
      ### What problem does this PR solve?
      
      As title
      
      ### Type of change
      
      - [x] Documentation Update
      
      Signed-off-by: default avatarJin Hai <haijin.chn@gmail.com>
      044daff6
    • KevinHuSh's avatar
      fix bug for fasetembed (#392) · 03f8b01b
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Issue link:#325
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      03f8b01b
    • balibabu's avatar
      feat: add overview (#391) · ad6f0a1c
      balibabu authored
      ### What problem does this PR solve?
      
      feat: render stats charts
      feat: create api token
      feat: delete api token
      feat: add ChatApiKeyModal
      feat: add RagLineChart
      
      
      Issue link: #345
      
      ### Type of change
      
      - [x] New Feature (non-breaking change which adds functionality)
      ad6f0a1c
    • KevinHuSh's avatar
      change version number in readme (#390) · b3843138
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Documentation Update
      b3843138
Loading