{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":730534580,"defaultBranch":"main","name":"ragflow","ownerLogin":"infiniflow","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-12T06:13:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69962740?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716261933.0","currentOid":""},"activityList":{"items":[{"before":"735bdf06a43e0a93dba7889f9f378b4c0a7a407c","after":"c0d71adaa2c6c8d5b54d2ec5e4fe51ad0ea07c01","ref":"refs/heads/main","pushedAt":"2024-05-24T03:34:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Bug fix for volcengine (#909)\n\n### What problem does this PR solve?\r\nBug fixes for the VolcEngine\r\n\r\n- Bug fix for front-end configuration code of VolcEngine\r\n\r\n- Bug fix for tokens counting logic of VolcEngine\r\n\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)\r\n\r\n---------\r\n\r\nCo-authored-by: 海贼宅 ","shortMessageHtmlLink":"Bug fix for volcengine (#909)"}},{"before":"fe18627ebc2383c7957134638bca290f51995b00","after":"735bdf06a43e0a93dba7889f9f378b4c0a7a407c","ref":"refs/heads/main","pushedAt":"2024-05-24T00:30:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Update README (#901)\n\n### What problem does this PR solve?\r\n\r\nUpdate README due to implement RAPTOR.\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update\r\n\r\n---------\r\n\r\nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Update README (#901)"}},{"before":"4cda40c3ef35a98f0a1507827369fd235d3ebc94","after":"fe18627ebc2383c7957134638bca290f51995b00","ref":"refs/heads/main","pushedAt":"2024-05-23T11:38:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Fix some syntax errors, re not import (#904)\n\nre not import\r\n\r\n### What problem does this PR solve?\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Fix some syntax errors, re not import (#904)"}},{"before":"1e5c5abe58715ed6d86b998d5df12f8b9b5012d6","after":"4cda40c3ef35a98f0a1507827369fd235d3ebc94","ref":"refs/heads/main","pushedAt":"2024-05-23T10:53:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"feat: fixed issue with threshold translation #882 and add NodeContextMenu (#906)\n\n### What problem does this PR solve?\r\n\r\nfeat: fixed issue with threshold translation #882\r\nfeat: add NodeContextMenu\r\n\r\n### Type of change\r\n\r\n\r\n- [ ] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"feat: fixed issue with threshold translation #882 and add NodeContext…"}},{"before":"6f99bbbb08e91d867e85ce3876c6accd271986c4","after":"1e5c5abe58715ed6d86b998d5df12f8b9b5012d6","ref":"refs/heads/main","pushedAt":"2024-05-23T07:19:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update api_md document/rm (#894)\n\n### What problem does this PR solve?\r\n\r\nUpdate api_md document/rm\r\n#717 \r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Update api_md document/rm (#894)"}},{"before":"3bbdf3b7704af74decfd13ed94cf643193cd42de","after":"6f99bbbb08e91d867e85ce3876c6accd271986c4","ref":"refs/heads/main","pushedAt":"2024-05-23T06:31:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"add raptor (#899)\n\n### What problem does this PR solve?\r\n\r\n#882 \r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"add raptor (#899)"}},{"before":"070b53f3bfa1c7df95c699b86a9516912d711821","after":"3bbdf3b7704af74decfd13ed94cf643193cd42de","ref":"refs/heads/main","pushedAt":"2024-05-23T06:29:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fixbug for computing 'not concating feature' (#896)\n\n### What problem does this PR solve?\r\n\r\nWhen pdfparser call `_naive_vertical_merge` method,there is a \"not\r\nconcating feature \" value by computing difference between `b` and `b_`'s\r\nlayoutno ,but actually is `b` and `b`. I think it's a bug, so fix it.\r\nPlease check again.\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"fixbug for computing 'not concating feature' (#896)"}},{"before":"eb51ad73d6ef87ccc73d80e24f97a6ad2a004ba0","after":"070b53f3bfa1c7df95c699b86a9516912d711821","ref":"refs/heads/main","pushedAt":"2024-05-23T06:13:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"feat: RAPTOR is not displayed when the parsing method is picture. (#897)\n\n### What problem does this PR solve?\r\n\r\nImplements RAPTOR for better chunking #882\r\n\r\n### Type of change\r\n\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"feat: RAPTOR is not displayed when the parsing method is picture. (#897)"}},{"before":"fbd0d7405363ab52fd447226f261e49124d03a52","after":"eb51ad73d6ef87ccc73d80e24f97a6ad2a004ba0","ref":"refs/heads/main","pushedAt":"2024-05-23T03:15:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Add support for VolcEngine - the current version supports SDK2 (#885)\n\n- The main idea is to assemble **ak**, **sk**, and **ep_id** into a\r\ndictionary and store it in the database **api_key** field\r\n- I don’t know much about the front-end, so I learned from Ollama, which\r\nmay be redundant.\r\n\r\n### Configuration method\r\n\r\n- model name\r\n\r\n- Format requirements: {\"VolcEngine model name\":\"endpoint_id\"}\r\n - For example: {\"Skylark-pro-32K\":\"ep-xxxxxxxxx\"}\r\n \r\n- Volcano ACCESS_KEY\r\n- Format requirements: VOLC_ACCESSKEY of the volcano engine\r\ncorresponding to the model\r\n\r\n- Volcano SECRET_KEY\r\n- Format requirements: VOLC_SECRETKEY of the volcano engine\r\ncorresponding to the model\r\n \r\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add support for VolcEngine - the current version supports SDK2 (#885)"}},{"before":"170186ee4d21b72a6f18b40e1ce6a8d37e88b3b9","after":"fbd0d7405363ab52fd447226f261e49124d03a52","ref":"refs/heads/main","pushedAt":"2024-05-23T02:32:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Add /api/document/rm function (#887)\n\n### What problem does this PR solve?\r\n\r\nDelete files from a knowledge base.\r\n\r\n#717 \r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add /api/document/rm function (#887)"}},{"before":"ed184ed87e45e3dd38894bdb2b63102eaaae957d","after":"170186ee4d21b72a6f18b40e1ce6a8d37e88b3b9","ref":"refs/heads/main","pushedAt":"2024-05-22T10:36:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"feat: remove the space before promptText (#886)\n\n### What problem does this PR solve?\r\n\r\nfeat: remove the space before promptText #882 \r\n\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"feat: remove the space before promptText (#886)"}},{"before":"43412571f7deb37a8e3d196f70ae49e729108538","after":"ed184ed87e45e3dd38894bdb2b63102eaaae957d","ref":"refs/heads/main","pushedAt":"2024-05-22T10:04:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Implements RAPTOR for better chunking #882 (#883)\n\n### What problem does this PR solve?\r\n\r\nImplements RAPTOR for better chunking #882\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Implements RAPTOR for better chunking #882 (#883)"}},{"before":"17489e6c6c8ecd3dd83e371e66f9fa95e76c5de7","after":"43412571f7deb37a8e3d196f70ae49e729108538","ref":"refs/heads/main","pushedAt":"2024-05-22T09:37:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Add api.md:/api/list_kb_docs/ description (#881)\n\n### What problem does this PR solve?\r\n\r\nAdd api.md:/api/list_kb_docs/ description\r\n#717 \r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Add api.md:/api/list_kb_docs/ description (#881)"}},{"before":"21453ffff0d012044e40a2637ce5d61c456e42af","after":"17489e6c6c8ecd3dd83e371e66f9fa95e76c5de7","ref":"refs/heads/main","pushedAt":"2024-05-22T08:14:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fix import error (#877)\n\nFix import error for user_app.py\r\n\r\n---------\r\n\r\nCo-authored-by: yonghui li ","shortMessageHtmlLink":"fix import error (#877)"}},{"before":"be13429d059f1f4b44309c52d5e71d2abd110e9d","after":"21453ffff0d012044e40a2637ce5d61c456e42af","ref":"refs/heads/main","pushedAt":"2024-05-22T07:29:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fixed: The choices may be empty. (#876)\n\n### What problem does this PR solve?\r\n\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"fixed: The choices may be empty. (#876)"}},{"before":"5178daeeaf595ca2a5c31723443356e34c65d7f0","after":"be13429d059f1f4b44309c52d5e71d2abd110e9d","ref":"refs/heads/main","pushedAt":"2024-05-22T06:58:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Add api/list_kb_docs function and modify api/list_chunks (#874)\n\n### What problem does this PR solve?\r\n#717 \r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add api/list_kb_docs function and modify api/list_chunks (#874)"}},{"before":"d5b8d8e647236ac26b9acde4a60ffc53507eb9aa","after":"5178daeeaf595ca2a5c31723443356e34c65d7f0","ref":"refs/heads/main","pushedAt":"2024-05-22T05:39:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Fixed a format issue (#872)\n\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Fixed a format issue (#872)"}},{"before":"b62a20816ec345fff63f2a0b0a88e5aace243338","after":"d5b8d8e647236ac26b9acde4a60ffc53507eb9aa","ref":"refs/heads/main","pushedAt":"2024-05-22T04:45:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fixed a format issue for docusaurus publication (#871)\n\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"fixed a format issue for docusaurus publication (#871)"}},{"before":"3cae87a9028ddee3caedb73232d917fbbefd8e26","after":"b62a20816ec345fff63f2a0b0a88e5aace243338","ref":"refs/heads/main","pushedAt":"2024-05-22T03:54:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fix: display specific error message when previewing file error #868 (#869)\n\n### What problem does this PR solve?\r\n\r\nfix: display specific error message when previewing file error #868\r\n\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"fix: display specific error message when previewing file error #868 (#…"}},{"before":"1797f5ce31111d99495551cd8d291e0157b9bc18","after":"3cae87a9028ddee3caedb73232d917fbbefd8e26","ref":"refs/heads/main","pushedAt":"2024-05-21T12:53:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Reorganized docs for docusaurus publish (#860)\n\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Reorganized docs for docusaurus publish (#860)"}},{"before":"fe4b2e46708953b92f945b70fb4828d4fc6ee9c4","after":"1797f5ce31111d99495551cd8d291e0157b9bc18","ref":"refs/heads/main","pushedAt":"2024-05-21T09:37:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fix: the site domain name in the Chat Bot API is hardcoded. #776 (#859)\n\n### What problem does this PR solve?\r\n\r\nfix: the site domain name in the Chat Bot API is hardcoded. #776\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"fix: the site domain name in the Chat Bot API is hardcoded. #776 (#859)"}},{"before":"250119e03ab7a597eb2044baf7d89bb99b13b3f3","after":"fe4b2e46708953b92f945b70fb4828d4fc6ee9c4","ref":"refs/heads/main","pushedAt":"2024-05-21T08:43:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Updated Launch service from source (#856)\n\n### What problem does this PR solve?\r\n\r\nSome nitpicking editorial updates.\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Updated Launch service from source (#856)"}},{"before":"bae376a47938b23f10c9ba857b65e60e2ea1a414","after":"250119e03ab7a597eb2044baf7d89bb99b13b3f3","ref":"refs/heads/main","pushedAt":"2024-05-21T06:26:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Fix missing docker image version prefix v. (#855)\n\nThe variable RAGFLOW_VERSION in docker/.env should start with prefix v\r\nto match docker image tag.\r\n\r\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Fix missing docker image version prefix v. (#855)"}},{"before":"6c32f80bc91715319e9946cef8bc275d18f446b9","after":"bae376a47938b23f10c9ba857b65e60e2ea1a414","ref":"refs/heads/main","pushedAt":"2024-05-21T04:02:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Update db_models.py","shortMessageHtmlLink":"Update db_models.py"}},{"before":"7e74546b73b98fb7ed8b50a5092c74aad0fecf05","after":"6c32f80bc91715319e9946cef8bc275d18f446b9","ref":"refs/heads/main","pushedAt":"2024-05-21T03:14:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update before release (#854)\n\n### What problem does this PR solve?\r\n\r\nUpdate version information before release 0.6.0.\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update\r\n\r\nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Update before release (#854)"}},{"before":"25781113f9aeb472f9904231b3988c598cd6076c","after":"7e74546b73b98fb7ed8b50a5092c74aad0fecf05","ref":"refs/heads/main","pushedAt":"2024-05-21T03:05:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Set the language default value of the language based on the LANG envi… (#853)\n\n…ronment variable at the initial creation.\r\n\r\n1. Set the User's default language based on LANG;\r\n2. Set the Knowledgebase's default language based on LANG; \r\n3. Set the default language of the Dialog based on LANG;\r\n\r\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [ ] Bug Fix (non-breaking change which fixes an issue)\r\n- [ ] New Feature (non-breaking change which adds functionality)\r\n- [ ] Documentation Update\r\n- [ ] Refactoring\r\n- [ ] Performance Improvement\r\n- [ ] Other (please describe):","shortMessageHtmlLink":"Set the language default value of the language based on the LANG envi… ("}},{"before":"16fa7db737a399a5fcea1770163f7276bf354ab3","after":"25781113f9aeb472f9904231b3988c598cd6076c","ref":"refs/heads/main","pushedAt":"2024-05-21T01:03:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"Updated how to handle stalled file parsing (#851)\n\n### What problem does this PR solve?\r\n\r\nRefresh file parsing if it is stalled.\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Updated how to handle stalled file parsing (#851)"}},{"before":"a12fcf9156adde5e2fb8e4dfb842bd9b85da3a10","after":"16fa7db737a399a5fcea1770163f7276bf354ab3","ref":"refs/heads/main","pushedAt":"2024-05-20T12:06:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Create start_chat.md (#836)\n\n### What problem does this PR solve?\r\n\r\nAdded instructions on how to set up an AI chat in RAGFlow.\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Create start_chat.md (#836)"}},{"before":"c27c02ea6771128fa04c56ae9daf348dd4100403","after":"a12fcf9156adde5e2fb8e4dfb842bd9b85da3a10","ref":"refs/heads/main","pushedAt":"2024-05-20T11:35:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KevinHuSh","name":null,"path":"/KevinHuSh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12318111?s=80&v=4"},"commit":{"message":"fix minio helth bug (#850)\n\n### What problem does this PR solve?\r\n\r\n#643 \r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"fix minio helth bug (#850)"}},{"before":"261cca09f8130d5fea89df0d761078e62948e3b1","after":"d301cbef2260c47cbee8970c17b3876e24ac4f3c","ref":"refs/heads/writinwaters-patch-1","pushedAt":"2024-05-20T11:28:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"writinwaters","name":null,"path":"/writinwaters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93570324?s=80&v=4"},"commit":{"message":"Update start_chat.md","shortMessageHtmlLink":"Update start_chat.md"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUqIV1gA","startCursor":null,"endCursor":null}},"title":"Activity · infiniflow/ragflow"}