Skip to content
  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)
      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)
      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)
      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
      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)
      62afcf5a
    • KevinHuSh's avatar
      Update .env · a74c755d
      KevinHuSh authored
      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)
      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>
      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)
      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
      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
      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
      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
      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)
      9703633a
    • KevinHuSh's avatar
      refine code (#626) · 7d3b68bb
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Refactoring
      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)
      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)
      5d7f5733
    • KevinHuSh's avatar
      remove PyMuPDF (#618) · cab274f5
      KevinHuSh authored
      ### What problem does this PR solve?
      #613 
      
      ### Type of change
      
      
      - [x] Other (please describe):
      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)
      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)
      674b3aea
  7. Apr 29, 2024
    • balibabu's avatar
      fix: omit long file names (#608) · 4c147603
      balibabu authored
      ### What problem does this PR solve?
      
      #607
      fix: omit long file names
      fix: change the parsing method from tag to select
      fix: replace icon for new chat
      fix: change the OK button text of the Chat Bot API modal to close
      
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      4c147603
    • KevinHuSh's avatar
      refine docker layers (#606) · 2af74cc4
      KevinHuSh authored
      ### What problem does this PR solve?
      
      
      ### Type of change
      
      - [x] Performance Improvement
      2af74cc4
    • balibabu's avatar
      fix: #567 use modal to upload files in the knowledge base (#601) · 38f0cc01
      balibabu authored
      ### What problem does this PR solve?
      
      fix:  #567 use modal to upload files in the knowledge base
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      38f0cc01
    • KevinHuSh's avatar
      refine document upload (#602) · 6874c6f3
      KevinHuSh authored
      ### What problem does this PR solve?
      
      #567 
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      6874c6f3
    • KevinHuSh's avatar
      refine redis connection (#599) · 8acc01a2
      KevinHuSh authored
      ### What problem does this PR solve?
      
      #591 
      
      ### Type of change
      
      - [x] Bug Fix (non-breaking change which fixes an issue)
      8acc01a2
  8. Apr 28, 2024