Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. May 07, 2024
    • KevinHuSh's avatar
      fix task losting isssue (#665) · 8d6d7f68
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      8d6d7f68
    • KevinHuSh's avatar
      remove unused dependency (#664) · a6e4b74d
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      a6e4b74d
    • KevinHuSh's avatar
      fix bugs (#662) · a5aed241
      KevinHuSh authored
      ### What problem does this PR solve?
      
      Fix import error for task_service.py
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      a5aed241
    • KevinHuSh's avatar
      refine doc for v0.5.0 (#660) · 2810c607
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Documentation Update
      Unverified
      2810c607
    • KevinHuSh's avatar
      fix bug (#659) · 62afcf5a
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      62afcf5a
    • KevinHuSh's avatar
      Update .env · a74c755d
      KevinHuSh authored
      Unverified
      a74c755d
    • KevinHuSh's avatar
      refine text decode (#657) · 7013d7f6
      KevinHuSh authored
      ### What problem does this PR solve?
      #651 
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      7013d7f6
    • Fakai Zhao's avatar
      optimize srv broker and executor logic (#630) · de839fc3
      Fakai Zhao authored
      
      ### What problem does this PR solve?
      
      Optimize task broker and executor for reduce memory usage and deployment
      complexity.
      
      ### Type of change
      - [x] Performance Improvement
      - [x] Refactoring
      
      ### Change Log
      - Enhance redis utils for message queue(use stream)
      - Modify task broker logic via message queue (1.get parse event from
      message queue 2.use ThreadPoolExecutor async executor )
      - Modify the table column name of document and task (process_duation ->
      process_duration maybe just a spelling mistake)
      - Reformat some code style(just what i see)
      - Add requirement_dev.txt for developer
      - Add redis container on docker compose
      
      ---------
      
      Co-authored-by: default avatarKevin Hu <kevinhu.sh@gmail.com>
      Unverified
      de839fc3
    • KevinHuSh's avatar
      fix file encoding detection bug (#653) · c6b6c748
      KevinHuSh authored
      ### What problem does this PR solve?
      
      #651 
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      c6b6c748
  3. May 06, 2024
  4. May 04, 2024
    • writinwaters's avatar
      Update README badge (#639) · 3050a8cb
      writinwaters authored
      ### What problem does this PR solve?
      
      Entry to RAGFlow's online demo was not easy to find. Also note that text
      "RAGFlow" in the badge is already a given. Hence the change.
      
      ### Type of change
      
      - [x] Documentation Update
      Unverified
      3050a8cb
  5. May 03, 2024
    • writinwaters's avatar
      Updated faq.md (#636) · 9c77d367
      writinwaters 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
      Unverified
      9c77d367
  6. Apr 30, 2024
    • KevinHuSh's avatar
      remove redis (#629) · 5f03a4de
      KevinHuSh authored
      ### What problem does this PR solve?
      
      ### Type of change
      
      - [x] Refactoring
      Unverified
      5f03a4de
    • Moonlit's avatar
      docs: Add instructions for launching service from source (#619) · 290e5d95
      Moonlit authored
      This commit includes detailed steps for setting up and launching the
      service directly from the source code. It covers cloning the repository,
      setting up a virtual environment, configuring environment variables, and
      starting the service using Docker. This update ensures that developers
      have clear guidance on how to get the service running in a development
      environment.
      
      ### 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
      Unverified
      290e5d95
    • balibabu's avatar
      fix: filter knowledge list by keywords and clear the selected file list after... · 9703633a
      balibabu authored
      fix: filter knowledge list by keywords and clear the selected file list after the file is uploaded successfully and add ellipsis pattern to chunk list (#628)
      
      ### What problem does this PR solve?
      
      #627 
      fix: filter knowledge list by keywords
      fix: clear the selected file list after the file is uploaded
      successfully
      feat: add ellipsis pattern to chunk list
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      9703633a
    • KevinHuSh's avatar
      refine code (#626) · 7d3b68bb
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Refactoring
      Unverified
      7d3b68bb
    • Moonlit's avatar
      Fix missing 'ollama' package in requirements.txt (#621) · c89f3c3c
      Moonlit authored
      ### What problem does this PR solve?
      
      This commit resolves an issue where the 'ollama' package was
      inadvertently omitted from the requirements.txt file. The package has
      now been added to ensure all dependencies are correctly installed for
      the project.
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      c89f3c3c
    • Moonlit's avatar
      Fix: missing 'redis' package in requirements.txt (#622) · 5d7f5733
      Moonlit authored
      ### What problem does this PR solve?
      
      This commit resolves an issue where the 'redis' package was
      inadvertently omitted from the requirements.txt file. The package has
      now been added to ensure all dependencies are correctly installed for
      the project.
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      5d7f5733
    • KevinHuSh's avatar
      remove PyMuPDF (#618) · cab274f5
      KevinHuSh authored
      ### What problem does this PR solve?
      #613 
      
      ### Type of change
      
      
      - [x] Other (please describe):
      Unverified
      cab274f5
    • balibabu's avatar
      fix: fixed the issue that ModelSetting could not be saved #614 (#617) · 7059ec22
      balibabu authored
      ### What problem does this PR solve?
      
      fix: fixed the issue that ModelSetting  could not be saved #614
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      7059ec22
    • KevinHuSh's avatar
      fix disable and enable llm setting in dialog (#616) · 674b3aea
      KevinHuSh authored
      ### What problem does this PR solve?
      #614 
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      Unverified
      674b3aea
  7. Apr 29, 2024
  8. Apr 28, 2024
  9. 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>
      Unverified
      f1c98aad
Loading