Skip to content
Snippets Groups Projects
  1. Apr 10, 2024
  2. Apr 09, 2024
  3. Apr 08, 2024
  4. Apr 07, 2024
  5. Apr 06, 2024
  6. Apr 04, 2024
    • Yingfeng's avatar
      Fix broken link of discord invitation (#230) · e439d095
      Yingfeng authored
      ### What problem does this PR solve?
      
      Fix broken link of discord invitation
      
      Issue link:#227
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      - [x] Documentation Update
      Unverified
      e439d095
    • Qian Bao's avatar
      Update README_ja.md (#228) · 7def208a
      Qian Bao authored
      Suggested some minor translation updates to improve readability.
      
      ### What problem does this PR solve?
      
      Suggested some minor translation updates to improve readability.
      
      Issue link:#[Link the issue here]
      
      ### Type of change
      
      - [ ] 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)
      - [x] Documentation Update
      - [ ] Refactoring
      - [ ] Performance Improvement
      - [ ] Test cases
      - [ ] Python SDK impacted, Need to update PyPI
      - [ ] Other (please describe):
      Unverified
      7def208a
    • Ikko Eltociear Ashimine's avatar
      docs: Add Japanese README (#224) · f2f021bf
      Ikko Eltociear Ashimine authored
      ### What problem does this PR solve?
      
      I created Japanese translated README.
      
      ### Type of change
      
      - [x] Documentation Update
      Unverified
      f2f021bf
  7. Apr 03, 2024
  8. Apr 02, 2024
    • balibabu's avatar
      remove showDeleteConfirm function and center the Empty of knowledge list and... · 2673be8b
      balibabu authored
      remove showDeleteConfirm function and center the Empty of knowledge list and extract the text of the login page to en.json (#203)
      
      feat: remove showDeleteConfirm function
      feat: center the Empty of knowledge list
      feat: extract the text of the login page to en.json
      #204
      Unverified
      2673be8b
    • KevinHuSh's avatar
      rm useless warning message (#201) · f89c6c9d
      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](https://github.com/infiniflow/ragflow/issues/200)]
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      f89c6c9d
    • KevinHuSh's avatar
      Let task continue dispaching while meeting unexpected doc formats (#199) · 572e5b1f
      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](https://github.com/infiniflow/ragflow/issues/198)]
      
      ### 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):
      Unverified
      572e5b1f
    • KevinHuSh's avatar
      To avoid assertion while no rows in excel (#197) · 36f2d7b7
      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](https://github.com/infiniflow/ragflow/issues/196)]
      
      ### 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):
      Unverified
      36f2d7b7
    • balibabu's avatar
      feat: enlarge the size of the next button for uploading files and add locale... · e3c24e65
      balibabu authored
      feat: enlarge the size of the next button for uploading files and add locale config to global.ts (#195)
      
      feat: enlarge the size of the next button for uploading files
      feat: add locale config to global.ts
      Unverified
      e3c24e65
  9. Apr 01, 2024
    • KevinHuSh's avatar
      for issue https://github.com/infiniflow/ragflow/issues/190 (#192) · 7a36d256
      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](https://github.com/infiniflow/ragflow/issues/190)]
      
      ### Type of change
      
      - [ ] 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)
      - [x] Documentation Update
      - [ ] Refactoring
      - [ ] Performance Improvement
      - [ ] Test cases
      - [ ] Python SDK impacted, Need to update PyPI
      - [ ] Other (please describe):
      Unverified
      7a36d256
    • 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):
      Unverified
      8c1d31c6
    • balibabu's avatar
      fix: fixed the issue where ChunkMethodModal cannot correctly display … (#189) · 6cf08891
      balibabu authored
      fix: fixed the issue where ChunkMethodModal cannot correctly display the
      current chunk method when switching chunk methods between two document
      rows.
      Unverified
      6cf08891
    • writinwaters's avatar
      Update README.md · d5587a7c
      writinwaters authored
      Unverified
      d5587a7c
    • writinwaters's avatar
      Minor editorial updates · c704dd42
      writinwaters authored
      Unverified
      c704dd42
    • KevinHuSh's avatar
      Update README_zh.md · 4d144da4
      KevinHuSh authored
      Unverified
      4d144da4
Loading