yangdx
b08b8a6a6a
Add reference list support to query API endpoints with unified result handling
...
• Add include_references param to QueryRequest
• Extend QueryResponse with references field
• Create unified QueryResult data structures
• Refactor kg_query and naive_query functions
• Update streaming to send references first
2025-09-25 16:21:42 +08:00
yangdx
6e3aa2092b
Update webui assets and bump API version to 0230
2025-09-25 06:28:18 +08:00
yangdx
699ca3ba00
Remove deprecated history_turns and ids parameters from query API endpoint
...
• Update QueryParam documentation
• Mark history_turns as deprecated
• Clean up splash screen display
• Clarify conversation_history usage
2025-09-25 04:58:57 +08:00
yangdx
625e4c686c
Update webui assets
2025-09-25 01:49:35 +08:00
yangdx
09bdf2c028
Update webui assets
2025-09-25 00:18:39 +08:00
yangdx
1381575db8
Update webui assets
2025-09-24 23:29:00 +08:00
yangdx
7aeeaa56a8
Update webui assets
2025-09-24 23:12:25 +08:00
yangdx
2208151b82
Update webui assets
2025-09-24 22:32:31 +08:00
yangdx
810493b7c9
Update webui assets and bump API version to 0229
2025-09-24 22:16:59 +08:00
yangdx
5eb4a4b799
feat: simplify citations, add reference merging, and restructure API response format
2025-09-24 14:30:10 +08:00
yangdx
18968c6b6b
Update webui assets
2025-09-23 23:46:17 +08:00
yangdx
8a49f968b2
Update webui assets
2025-09-23 23:45:12 +08:00
yangdx
3591cb69b5
Update webui assets
2025-09-23 23:16:26 +08:00
yangdx
6a599680ec
Update webui assets
2025-09-23 22:41:43 +08:00
yangdx
c9c691384b
Update webui assets
2025-09-23 22:33:47 +08:00
yangdx
faa65d39c3
Update webui assets
2025-09-23 22:28:54 +08:00
yangdx
2adb8efdc7
Add duplicate document detection and skip processed files in scanning
...
- Add get_doc_by_file_path to all storages
- Skip processed files in scan operation
- Check duplicates in upload endpoints
- Check duplicates in text insert APIs
- Return status info in duplicate responses
2025-09-23 17:30:54 +08:00
yangdx
6b953fa53d
Remove auto-scan-at-startup feature and related documentation
...
• Remove --auto-scan-at-startup arg
• Delete auto scan docs sections
• Remove startup scanning logic
2025-09-23 16:24:53 +08:00
yangdx
fc15e9f142
Update webui assets
2025-09-23 13:25:11 +08:00
yangdx
8093bfb5a3
Update webui assets
2025-09-23 13:12:00 +08:00
yangdx
20802b1ee6
Update webui assets
2025-09-22 15:16:23 +08:00
yangdx
0268768ecd
Update webassets and bump API version to 0227
2025-09-22 13:03:27 +08:00
yangdx
b13209e241
Update webui assets
2025-09-22 03:04:06 +08:00
yangdx
0fcb5af333
Update webui assets and bump API version to 0227
2025-09-22 02:02:42 +08:00
yangdx
938eced0de
Udate webui assets
2025-09-21 01:19:28 +08:00
yangdx
c2985429ba
Update webui assets
2025-09-21 00:32:06 +08:00
yangdx
9e0dabc34d
Update webui assets
2025-09-20 23:31:00 +08:00
yangdx
5e0ef7166e
Update webui assets and bump api version to 0226
2025-09-20 22:47:45 +08:00
yangdx
3b502af858
Update webui assets
2025-09-20 14:36:34 +08:00
yangdx
b897eedaef
Update webui assets and bump API version to 0225
2025-09-20 12:41:52 +08:00
yangdx
26c9ba4cb5
Make graph label methods required in BaseGraphStorage interface
...
• Remove fallback compatibility code
• Add get_popular_labels to ABC
• Add search_labels to ABC
• Enforce consistent implementation
• Clean up error handling paths
2025-09-20 12:40:36 +08:00
yangdx
9db8f2fce5
feat: Add popular labels and search APIs with history management
...
- Add popular/search label endpoints
- Implement SearchHistoryManager utility
- Replace client-side with server search
- Add graph data version tracking
- Update UI for better label discovery
2025-09-20 02:03:47 +08:00
yangdx
361ea5b069
Update webui assets
2025-09-19 15:17:27 +08:00
yangdx
fdf8b176ad
Update webui assets
2025-09-17 02:05:26 +08:00
yangdx
dac156ac8e
Update webui assets
2025-09-17 01:53:26 +08:00
yangdx
983fe31af5
Bump API version and improve tooltip text wrapping in DocumentManager
...
- Update API version to 0224
- Add word-break: break-all to tooltip
- Improve pre tag text wrapping
- Enhance tooltip readability
2025-09-17 01:47:40 +08:00
yangdx
8f6287e27e
Add path traversal security validation for file deletion operations
...
• Add validate_file_path_security function
• Prevent path traversal attacks
• Validate file paths before deletion
• Check both input and enqueued dirs
• Log security violations
2025-09-17 01:12:44 +08:00
yangdx
050a00b693
Update webui assets
2025-09-16 17:33:05 +08:00
yangdx
db524532f1
Bump core version to v.1.4.8.2 and API version to 0223
2025-09-16 17:16:57 +08:00
yangdx
7b371309dd
Update README
2025-09-15 12:31:39 +08:00
yangdx
c0d5abba6b
Fix linting
2025-09-15 02:59:21 +08:00
yangdx
b1c8206346
Add aquery_data endpoint for structured retrieval without LLM generation
...
- Add QueryDataResponse model
- Implement /query/data endpoint
- Add aquery_data method to LightRAG
- Return entities, relationships, chunks
2025-09-15 02:15:14 +08:00
yangdx
3ae827c255
Bump API version to 0222
2025-09-14 17:52:27 +08:00
yangdx
1dc96f3959
Merge branch 'optimize-extraction' into return-data-only
2025-09-14 05:37:48 +08:00
yangdx
419f4f0268
Update web assets
2025-09-14 02:31:42 +08:00
yangdx
c2d064b580
Bump API version to 0221
2025-09-13 14:06:20 +08:00
yangdx
668a7c1f16
Bump API vesrion to 0220
2025-09-12 12:32:42 +08:00
yangdx
b32bd993e1
Bump API version to 0219
2025-09-11 22:47:22 +08:00
yangdx
564850aa9d
Update webui assets and bump api version to 0218
2025-09-09 11:41:02 +08:00
yangdx
6157318408
Update webui assets and bump api to 0217
2025-09-08 23:37:34 +08:00