Joschka Hüllmann
8f1ff985d0
Fix links in README.md and README-zh.md
2025-12-04 15:49:20 +01:00
yangdx
f0d67f166a
Merge branch 'cohere-rerank'
2025-12-03 13:08:49 +08:00
yangdx
9009abed3e
Fix top_n behavior with chunking to limit documents not chunks
...
- Disable API-level top_n when chunking
- Apply top_n to aggregated documents
- Add comprehensive test coverage
2025-12-03 13:08:26 +08:00
yangdx
561ba4e4b5
Fix trailing whitespace and update test mocking for rerank module
...
• Remove trailing whitespace
• Fix TiktokenTokenizer import patch
• Add async context manager mocks
• Update aiohttp.ClientSession patch
• Improve test reliability
2025-12-03 12:40:48 +08:00
yangdx
8e50eef58b
Merge branch 'main' into cohere-rerank
2025-12-02 22:19:37 +08:00
yangdx
6476021619
Configure Dependabot schedule with specific times and timezone
...
- Set Monday 2AM for GitHub Actions
- Set Wednesday 2AM for Python deps
- Set Friday 2AM for web UI deps
- Use Asia/Shanghai timezone
- Spread updates across weekdays
2025-12-02 19:21:44 +08:00
Daniel.y
6e2f125acb
Merge pull request #2471 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-172e1e6fcf
...
Bump the frontend-minor-patch group in /lightrag_webui with 2 updates
2025-12-02 18:19:02 +08:00
Daniel.y
ddd32f587d
Merge pull request #2470 from HKUDS/dependabot/bun/lightrag_webui/build-tools-939f50a5f3
...
Bump vite from 7.1.12 to 7.2.4 in /lightrag_webui in the build-tools group
2025-12-02 18:18:40 +08:00
dependabot[bot]
68bee74d85
Bump the frontend-minor-patch group in /lightrag_webui with 2 updates
...
Bumps the frontend-minor-patch group in /lightrag_webui with 2 updates: [react-i18next](https://github.com/i18next/react-i18next ) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ).
Updates `react-i18next` from 16.2.3 to 16.3.5
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v16.2.3...v16.3.5 )
Updates `@types/node` from 24.9.2 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 16.3.5
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
dependency-version: 24.10.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: frontend-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 09:58:50 +00:00
dependabot[bot]
7545fa7231
Bump vite in /lightrag_webui in the build-tools group
...
Bumps the build-tools group in /lightrag_webui with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 7.1.12 to 7.2.4
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.2.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.2.4
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: build-tools
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 09:58:12 +00:00
yangdx
13fc9f339a
Reduce dependabot open pull request limits
2025-12-02 17:56:27 +08:00
Daniel.y
4c775ec508
Merge pull request #2469 from danielaskdd/fix-track-id
...
fix: Return existing track_id for duplicate documents in document insertion endpoints
2025-12-02 17:54:19 +08:00
yangdx
ed22e094fb
Merge branch 'main' into fix-track-id
2025-12-02 17:50:57 +08:00
yangdx
19c16bc464
Add content deduplication check for document insertion endpoints
...
• Check content hash before insertion
• Return duplicated status if exists
• Use sanitized text for hash computation
• Apply to both single and batch inserts
• Prevent duplicate content processing
2025-12-02 17:49:48 +08:00
yangdx
1f8751225d
Drop Python 3.10 and 3.11 from CI test matrix
2025-12-02 15:36:18 +08:00
yangdx
8d28b95966
Fix duplicate document responses to return original track_id
...
- Return existing track_id for duplicates
- Remove track_id generation in reprocess
- Update reprocess response documentation
- Clarify track_id behavior in comments
- Update API response examples
2025-12-02 14:32:28 +08:00
yangdx
381ddfffd4
Bump API version to 0259
2025-12-02 13:27:02 +08:00
Daniel.y
19cae272a2
Merge pull request #2463 from HKUDS/dependabot/bun/lightrag_webui/types/node-24.9.2
...
Bump @types/node from 22.18.9 to 24.9.2 in /lightrag_webui
2025-12-02 13:23:32 +08:00
Daniel.y
dd95813fdd
Merge pull request #2465 from HKUDS/dependabot/bun/lightrag_webui/react-markdown-10.1.0
...
Bump react-markdown from 9.1.0 to 10.1.0 in /lightrag_webui
2025-12-02 13:19:15 +08:00
dependabot[bot]
d5e7b23041
Bump @types/node from 22.18.9 to 24.9.2 in /lightrag_webui
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.18.9 to 24.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.9.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 05:17:13 +00:00
Daniel.y
0d89cd261e
Merge pull request #2462 from HKUDS/dependabot/bun/lightrag_webui/faker-js/faker-10.1.0
...
Bump @faker-js/faker from 9.9.0 to 10.1.0 in /lightrag_webui
2025-12-02 13:15:55 +08:00
Daniel.y
a47414f7f1
Merge pull request #2461 from HKUDS/dependabot/bun/lightrag_webui/sonner-2.0.7
...
Bump sonner from 1.7.4 to 2.0.7 in /lightrag_webui
2025-12-02 13:07:41 +08:00
dependabot[bot]
dd4c988b50
Bump react-markdown from 9.1.0 to 10.1.0 in /lightrag_webui
...
Bumps [react-markdown](https://github.com/remarkjs/react-markdown ) from 9.1.0 to 10.1.0.
- [Release notes](https://github.com/remarkjs/react-markdown/releases )
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md )
- [Commits](https://github.com/remarkjs/react-markdown/compare/9.1.0...10.1.0 )
---
updated-dependencies:
- dependency-name: react-markdown
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 05:02:44 +00:00
Daniel.y
67d9455c8d
Merge pull request #2466 from HKUDS/dependabot/bun/lightrag_webui/react-i18next-16.2.3
...
Bump react-i18next from 15.7.4 to 16.2.3 in /lightrag_webui
2025-12-02 13:01:24 +08:00
Daniel.y
57d9cc8f2e
Merge pull request #2464 from HKUDS/dependabot/bun/lightrag_webui/react-syntax-highlighter-16.1.0
...
Bump react-syntax-highlighter from 15.6.6 to 16.1.0 in /lightrag_webui
2025-12-02 13:00:57 +08:00
dependabot[bot]
e20f86a054
Bump react-i18next from 15.7.4 to 16.2.3 in /lightrag_webui
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.7.4 to 16.2.3.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v16.2.3 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 16.2.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 05:00:22 +00:00
dependabot[bot]
b38f4dd70b
Bump react-syntax-highlighter from 15.6.6 to 16.1.0 in /lightrag_webui
...
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter ) from 15.6.6 to 16.1.0.
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases )
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD )
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.1.0 )
---
updated-dependencies:
- dependency-name: react-syntax-highlighter
dependency-version: 16.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 05:00:18 +00:00
Daniel.y
e547c003c2
Merge pull request #2460 from HKUDS/dependabot/bun/lightrag_webui/vite-7.1.12
...
Bump vite from 6.3.6 to 7.1.12 in /lightrag_webui
2025-12-02 12:59:50 +08:00
Daniel.y
b2b5f80b98
Merge pull request #2467 from HKUDS/dependabot/bun/lightrag_webui/build-tools-ecae90f21c
...
Bump @vitejs/plugin-react-swc from 4.2.0 to 4.2.2 in /lightrag_webui in the build-tools group
2025-12-02 12:58:58 +08:00
Daniel.y
e429d553da
Merge pull request #2459 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-9aaf02af10
...
Bump i18next from 25.6.0 to 25.6.3 in /lightrag_webui in the frontend-minor-patch group
2025-12-02 12:58:20 +08:00
dependabot[bot]
7f7ce9d354
Bump i18next in /lightrag_webui in the frontend-minor-patch group
...
Bumps the frontend-minor-patch group in /lightrag_webui with 1 update: [i18next](https://github.com/i18next/i18next ).
Updates `i18next` from 25.6.0 to 25.6.3
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.6.0...v25.6.3 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:56:50 +00:00
dependabot[bot]
d3b5cb6343
Bump vite from 6.3.6 to 7.1.12 in /lightrag_webui
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.6 to 7.1.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.12
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:54:15 +00:00
Daniel.y
964b53e750
Merge pull request #2458 from HKUDS/dependabot/bun/lightrag_webui/eslint-plugin-react-hooks-7.0.1
...
Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /lightrag_webui
2025-12-02 12:52:59 +08:00
dependabot[bot]
2bb9ec13a1
Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /lightrag_webui
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 5.2.0 to 7.0.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-version: 7.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:49:02 +00:00
dependabot[bot]
29bd027a0d
Bump @vitejs/plugin-react-swc
...
Bumps the build-tools group in /lightrag_webui with 1 update: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc ).
Updates `@vitejs/plugin-react-swc` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.2/packages/plugin-react-swc )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-version: 4.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: build-tools
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:39:45 +00:00
yangdx
a8e79a8a13
Merge remote-tracking branch 'upstream/dependabot/bun/lightrag_webui/react-error-boundary-6.0.0'
2025-12-02 12:32:52 +08:00
dependabot[bot]
5ca4792c4b
Bump @faker-js/faker from 9.9.0 to 10.1.0 in /lightrag_webui
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.9.0 to 10.1.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.9.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:31:27 +00:00
dependabot[bot]
0ca71a5751
Bump sonner from 1.7.4 to 2.0.7 in /lightrag_webui
...
Bumps [sonner](https://github.com/emilkowalski/sonner ) from 1.7.4 to 2.0.7.
- [Release notes](https://github.com/emilkowalski/sonner/releases )
- [Commits](https://github.com/emilkowalski/sonner/commits/v2.0.7 )
---
updated-dependencies:
- dependency-name: sonner
dependency-version: 2.0.7
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:31:19 +00:00
yangdx
ea826a38bd
Merge branch 'dependabot/bun/lightrag_webui/vitejs/plugin-react-swc-4.2.0'
2025-12-02 12:30:24 +08:00
yangdx
0f045a52b9
Merge branch 'dependabot/bun/lightrag_webui/vitejs/plugin-react-swc-4.2.0' of github.com:HKUDS/LightRAG into dependabot/bun/lightrag_webui/vitejs/plugin-react-swc-4.2.0
2025-12-02 12:29:38 +08:00
yangdx
0c2a653c9c
Merge branch 'main' into dependabot/bun/lightrag_webui/vitejs/plugin-react-swc-4.2.0
2025-12-02 12:28:42 +08:00
dependabot[bot]
bd487a45cc
Bump @vitejs/plugin-react-swc from 3.11.0 to 4.2.0 in /lightrag_webui
...
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc ) from 3.11.0 to 4.2.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.0/packages/plugin-react-swc )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-version: 4.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:27:02 +00:00
Daniel.y
59b1b58f4b
Merge pull request #2456 from HKUDS/dependabot/bun/lightrag_webui/globals-16.5.0
...
Bump globals from 15.15.0 to 16.5.0 in /lightrag_webui
2025-12-02 12:23:39 +08:00
Daniel.y
8cdf8a125b
Merge pull request #2455 from HKUDS/dependabot/bun/lightrag_webui/i18next-25.6.0
...
Bump i18next from 24.2.3 to 25.6.0 in /lightrag_webui
2025-12-02 12:16:46 +08:00
yangdx
09aa848387
Merge branch 'dependabot/bun/lightrag_webui/stylistic/eslint-plugin-js-4.4.1'
2025-12-02 12:12:17 +08:00
dependabot[bot]
42b09b10da
Bump globals from 15.15.0 to 16.5.0 in /lightrag_webui
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.15.0 to 16.5.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.5.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.5.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:08:48 +00:00
yangdx
883c5dc0a0
Update dependabot config with new groupings and patterns
...
- Add typescript-eslint grouping
- Include prettier-* patterns
- Add @types/bun dependency
- Create content-rendering group
- Group katex and mermaid updates
2025-12-02 12:03:30 +08:00
dependabot[bot]
1d12f49759
Bump i18next from 24.2.3 to 25.6.0 in /lightrag_webui
...
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.3 to 25.6.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v24.2.3...v25.6.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.6.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 04:01:13 +00:00
yangdx
459e4ddc09
Clean up duplicate dependencies in package.json and lock file
...
• Remove duplicate katex entries
• Remove duplicate lucide-react entries
• Remove duplicate mermaid entries
• Remove duplicate @types/bun entries
• Fix trailing commas in JSON
2025-12-02 11:58:03 +08:00
Daniel.y
e796671262
Merge pull request #2452 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-a28ecac770
...
Bump the frontend-minor-patch group in /lightrag_webui with 6 updates
2025-12-02 11:25:24 +08:00