yangdx
9b01d50823
Update webui assets
2025-03-14 03:34:32 +08:00
yangdx
c9c9f3d911
Translate common property names to Chinese
2025-03-14 01:56:10 +08:00
yangdx
55d796c669
Fix linting
2025-03-14 00:03:45 +08:00
yangdx
412aa7f754
Update webui assets
2025-03-13 22:06:00 +08:00
pengjunfeng11
010a551ae3
Update LightRagWithPostGRESQL.md
...
Replace unreasonable parameter names
2025-03-13 17:44:29 +08:00
yangdx
82c2cae324
Unify two log filters into one and move it to utils
2025-03-13 17:43:11 +08:00
yangdx
6893e3c4e2
Unify two log filters into one and move it to utils
2025-03-13 17:39:06 +08:00
yangdx
002d675dc6
Explicitly set API docs and schema URLs.
...
- Set OpenAPI schema URL to `/openapi.json`
- Set docs URL to `/docs`
- Set redoc URL to `/redoc`
- Update Vite config for API docs routing
- Ensure proper path handling for docs endpoints
2025-03-13 13:00:14 +08:00
yangdx
ef754a4300
Explicitly set API docs and schema URLs.
...
- Set OpenAPI schema URL to `/openapi.json`
- Set docs URL to `/docs`
- Set redoc URL to `/redoc`
- Update Vite config for API docs routing
- Ensure proper path handling for docs endpoints
2025-03-13 12:38:33 +08:00
yangdx
3e4edf92c2
Increased search and label list limits.
2025-03-13 02:00:22 +08:00
yangdx
2d1944b179
Update webui assets
2025-03-13 01:52:28 +08:00
yangdx
8388647bf6
Optimize dependency arrays in graph components
...
- Add `t` to `GraphLabels` dependency array
- Add `isFetching` to `useLightragGraph` dependencies
2025-03-12 19:06:47 +08:00
yangdx
35ea9e3720
Update webui assets - index.html
2025-03-12 18:56:17 +08:00
yangdx
330f608fa9
Fix linting
2025-03-12 18:55:15 +08:00
yangdx
5c1cf6a8ff
Prevent caching problem of HTML files for web UI
...
- Add NoCacheStaticFiles class
- Set Cache-Control headers for HTML files
2025-03-12 18:54:35 +08:00
yangdx
215dd76a46
Fix duplicate api requuests for graph fetching
...
- Optimize graph data fetching conditions
- Add isFetching state to prevent duplicate requests
- Improve label selection handling
2025-03-12 18:53:28 +08:00
yangdx
0f61d368f8
Merge branch 'main' into improve-property-tooltip
2025-03-12 17:17:43 +08:00
Daniel.y
f610174e61
Merge pull request #1068 from danielaskdd/add-pipeline-status-response-obj
...
Add PipelineStatusResponse model for API endpoint
2025-03-12 16:29:39 +08:00
yangdx
73440e3a96
Fix linting
2025-03-12 16:28:55 +08:00
yangdx
16e06100e7
Add PipelineStatusResponse model for API endpoint
2025-03-12 16:16:39 +08:00
yangdx
1f025f7418
Update web ui assets
2025-03-12 14:37:44 +08:00
yangdx
e118cf6d92
Changed default language from Chinese to English
2025-03-12 13:52:41 +08:00
yangdx
fd86f07a4b
Updated web UI assets and index.html
2025-03-12 13:50:33 +08:00
yangdx
19a4163aee
Updated web UI assets and index.html for latest changes
2025-03-12 13:26:55 +08:00
yangdx
24418a04fe
Increased graph layout iteration limits and defaults.
...
- Raised max layout iterations to 30
- Set default iterations to 15
2025-03-12 09:30:28 +08:00
yangdx
85f525eadb
Updated web UI assets and index.html
2025-03-12 08:56:38 +08:00
yangdx
fff2ef87f0
Updated web UI assets and index.html
2025-03-12 07:19:15 +08:00
yangdx
32e7fdc4fc
fix(Tooltip): fix truncated content and add scrollbar in property tooltips
2025-03-12 04:59:18 +08:00
yangdx
a124c2d391
Renamed relationship type from 'Target' to 'Neighbour'
2025-03-12 03:49:11 +08:00
coredevorg
bc5ccc5f19
Update Dockerfile and API requirements for improved build and dependencies
...
- Add Rust installation to Dockerfile for potential performance improvements
- Set explicit Docker data directories
- Add graspologic library to API requirements
- Optimize Docker build stages and environment setup
2025-03-11 10:39:55 +00:00
yangdx
f1d312a2ce
Update UI and refine node property display for compatible with legacy data
2025-03-11 15:54:41 +08:00
yangdx
30310c2845
Fix relation info in kownledge graph UI
2025-03-11 15:36:38 +08:00
choizhang
6b22e8065b
Added loginPage
2025-03-11 14:48:19 +08:00
zrguo
2bf40ab636
Merge branch 'main' into neo4j-add-min-degree
2025-03-10 22:24:06 +08:00
yangdx
5d64f3b0a0
Improved auto-scan task initialization and status tracking.
...
- Added autoscan status tracking in pipeline
- Ensured auto-scan runs only once per startup
2025-03-10 17:14:14 +08:00
yangdx
4065a7df92
Fix linting
2025-03-10 02:07:19 +08:00
yangdx
bc42afe7b6
Unify llm_response_cache and hashing_kv, prevent creating an independent hashing_kv.
2025-03-09 22:15:26 +08:00
Saifeddine ALOUI
04862033d6
Made the defa&ult mode non docling
2025-03-09 13:14:39 +01:00
yangdx
020a6b5ae0
Refactor LLM cache config to use argparse and add status display
2025-03-09 16:45:57 +08:00
Saifeddine ALOUI
53cfb72db4
linted
2025-03-08 23:07:51 +01:00
Saifeddine ALOUI
4f42b6d933
Merge branch 'HKUDS:main' into main
2025-03-08 23:06:53 +01:00
zrguo
c67e6aceca
Merge branch 'main' into main
2025-03-09 00:23:06 +08:00
yangdx
17ccab8db2
Updated README with LLM cache configuration details
2025-03-07 15:22:20 +08:00
yangdx
c2f861fba9
Settign LLM cache option for entity extraction from env
2025-03-07 15:03:33 +08:00
zrguo
3286a0d57f
Merge pull request #1003 from danielaskdd/add-graph-search-mode
...
Feat: Added minimum degree filter for graph queries
2025-03-07 12:37:44 +08:00
yangdx
7e088ca528
Refactor code and update environment type definitions.
...
- Consolidate type definitions in vite-env.d.ts
- Update TypeScript include paths
2025-03-07 08:17:25 +08:00
Milin
c015296081
refactor(api): Fix issues reported by pre-commit
...
- Modified code layout and formatting in multiple files, improving code readability.
- Updated import statements, removing unused libraries.
- Simplified the writing of some functions and exception handling.
2025-03-06 14:23:52 +08:00
yangdx
252d1f57e0
Merge branch 'main' into add-graph-search-mode
2025-03-06 10:23:38 +08:00
Saifeddine ALOUI
00f3c6c6dd
Upgraded document loading engine
2025-03-06 01:11:48 +01:00
Saifeddine ALOUI
6e4daea056
Linting
2025-03-05 15:36:47 +01:00