Skip to content
Snippets Groups Projects
  1. Apr 06, 2024
  2. 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
      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):
      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
      f2f021bf
  3. Apr 03, 2024
    • Ikko Eltociear Ashimine's avatar
      Update README.md (#223) · 4a0bf31f
      Ikko Eltociear Ashimine authored
      ### What problem does this PR solve?
      
      fomatted -> formatted
      
      ### Type of change
      
      - [x] Documentation Update
      4a0bf31f
    • Lemon's avatar
      doc: fix typo (#216) · aae84f6c
      Lemon authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      
      - [x] Documentation Update
      aae84f6c
    • balibabu's avatar
      For any type of file, if the parsing method is general, the chunk token number... · 33d01150
      balibabu authored
      For any type of file, if the parsing method is general, the chunk token number needs to be displayed. #217 (#218)
      
      …k token number needs to be displayed. #217
      
      ### What problem does this PR solve?
      
      For any type of file, if the parsing method is general, the chunk token
      number needs to be displayed. #217
      
      Issue link: #217
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      33d01150
    • balibabu's avatar
      fix: all documents in the knowledge base cannot be selected if they have not... · 963533bc
      balibabu authored
      fix: all documents in the knowledge base cannot be selected if they have not been parsed. #214 (#215)
      
      ### What problem does this PR solve?
      
      fix: all documents in the knowledge base cannot be selected if they have
      not been parsed.
      
      Issue link: #214
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      963533bc
    • KevinHuSh's avatar
      fix KB config reload bug (#213) · 080cbd96
      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._
      
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      080cbd96
    • balibabu's avatar
      fix: #209 after saving the knowledge base configuration, jump to the dataset page (#212) · 9b9b6d54
      balibabu authored
      ### What problem does this PR solve?
      fix: #209 after saving the knowledge base configuration, jump to the
      dataset page
      feat: translate ConfigurationForm
      feat: translate KnowledgeTesting
      feat: translate document list page
      feat: translate knowledge list page
      
      Issue link: #209
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      9b9b6d54
    • KevinHuSh's avatar
      fix bug about reload knowledgebase configuration reloading (#210) · 392e515c
      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/209)]
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      392e515c
  4. 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
      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)
      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):
      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):
      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
      e3c24e65
  5. Apr 01, 2024
  6. Mar 31, 2024
Loading