yangdx
2d8a262ac3
Improve entity extraction logging with cleaner summary and verbose debug output
...
• Add count-based summary log message
• Move detailed data to verbose debug logs
2025-02-21 16:26:56 +08:00
yangdx
8164c57b7e
Fix linting
2025-02-21 14:59:50 +08:00
yangdx
5fa6982d36
Merge branch 'refactor-api-server' into clear-text-before-insert
2025-02-21 14:57:11 +08:00
yangdx
cff229a806
fix: respect user-specified log level in set_logger
...
Previously, the set_logger function would always set the log level to DEBUG, overriding any user-specified log level.
2025-02-21 14:46:27 +08:00
yangdx
f5bd3f2b16
Fix linting
2025-02-21 13:23:55 +08:00
yangdx
bee4622052
fix: handle null bytes (0x00) in text processing
...
- Fix PostgreSQL encoding error by properly handling null bytes (0x00) in text processing.
- The clean_text function now removes null bytes from all input text during the indexing phase.
2025-02-21 13:18:26 +08:00
yangdx
1749678384
Fix linting
2025-02-21 12:16:04 +08:00
yangdx
043dbad683
Merge remote-tracking branch 'origin/main' into refactor-api-server
2025-02-21 11:24:16 +08:00
Konrad Wojciechowski
50eb97762a
fix insert_custom_chunks skipping every new doc with "This document is already in the storage."
2025-02-20 23:08:36 +01:00
Saifeddine ALOUI
ed9dc799b0
Merge branch 'HKUDS:main' into main
2025-02-20 18:15:55 +01:00
ArnoChen
9aba7d7d48
simplify dockerfile and docker-compose files
2025-02-20 22:18:42 +08:00
Yannick Stephan
fa2884841f
Merge branch 'HKUDS:main' into main
2025-02-20 15:10:55 +01:00
Yannick Stephan
b1463185eb
Merge pull request #904 from HKUDS/revert-885-remove-unsused
...
Revert "Cleanup of code"
2025-02-20 15:10:32 +01:00
Yannick Stephan
678e0f9aea
Revert "Cleanup of code"
2025-02-20 15:09:43 +01:00
Yannick Stephan
db5159fc24
added missing type
2025-02-20 14:47:31 +01:00
Yannick Stephan
c431cd584a
Merge pull request #902 from YanSte/version
...
Updated version to 1.1.11
2025-02-20 14:33:10 +01:00
Yannick Stephan
3647bc9b11
updated version to 1.1.11
2025-02-20 14:32:24 +01:00
Yannick Stephan
d71bc10e26
Merge pull request #901 from HKUDS/revert-886-clean-2
...
Revert "removed get_knowledge_graph"
2025-02-20 14:31:00 +01:00
Yannick Stephan
439685e69c
Revert "removed get_knowledge_graph"
2025-02-20 14:29:36 +01:00
Yannick Stephan
0d4c580859
Merge pull request #900 from YanSte/cleanup-3
...
Database Cleanup
2025-02-20 14:22:31 +01:00
Yannick Stephan
c4562f71b9
cleanup extraction
2025-02-20 14:17:26 +01:00
Yannick Stephan
214e3e8ad5
fixed last update
2025-02-20 14:12:19 +01:00
Saifeddine ALOUI
c83417d43a
Merge branch 'HKUDS:main' into main
2025-02-20 14:08:25 +01:00
Yannick Stephan
679096bcec
Merge pull request #899 from YanSte/cleanup-2
...
Database Cleanup
2025-02-20 14:06:40 +01:00
Yannick Stephan
3e820cc68e
fixed default factory
2025-02-20 14:04:59 +01:00
PiochU19
70de1476c3
add documentation for 'Insert with ID'
2025-02-20 14:02:53 +01:00
PiochU19
d462ace978
add support of providing ids for documents insert
2025-02-20 14:02:52 +01:00
Saifeddine ALOUI
49529ce080
Merge branch 'HKUDS:main' into main
2025-02-20 13:46:20 +01:00
Yannick Stephan
8413537ad2
cleanup
2025-02-20 13:44:17 +01:00
Yannick Stephan
4923f5c1d7
cleanup kg
2025-02-20 13:39:46 +01:00
Yannick Stephan
1c3a4944d3
Merge pull request #898 from YanSte/update
...
Database Cleanup
2025-02-20 13:35:37 +01:00
Yannick Stephan
38dc2466da
cleanup
2025-02-20 13:34:59 +01:00
Yannick Stephan
60717fd6be
cleanup storage state
2025-02-20 13:30:30 +01:00
Yannick Stephan
59bb75d4a1
added log path
2025-02-20 13:27:55 +01:00
Yannick Stephan
c7bc2c63cf
cleanup storages
2025-02-20 13:21:41 +01:00
Yannick Stephan
32e489865c
cleanup code
2025-02-20 13:18:17 +01:00
Yannick Stephan
72b978d6d5
cleanup
2025-02-20 13:13:38 +01:00
Yannick Stephan
32d0f1acb0
added docs and fields
2025-02-20 13:09:33 +01:00
Yannick Stephan
4b478d1c0f
added fields
2025-02-20 13:06:34 +01:00
Yannick Stephan
f5a93c7bb5
added fields
2025-02-20 13:06:16 +01:00
Yannick Stephan
2370a4336b
added field
2025-02-20 13:05:59 +01:00
Yannick Stephan
37addb7c01
added final
2025-02-20 13:05:35 +01:00
Yannick Stephan
bae21a6fad
added max paralle insert
2025-02-20 12:57:25 +01:00
Yannick Stephan
de56aeb7c5
removed lock
2025-02-20 12:54:52 +01:00
Yannick Stephan
9f2c659d9c
remove unused log
2025-02-20 12:54:14 +01:00
Saifeddine ALOUI
c3c3c87494
Added instructions on how to install age for postgresql
2025-02-20 11:55:09 +01:00
Saifeddine ALOUI
86b7a442da
Merge branch 'main' of https://github.com/ParisNeo/LightRAG
2025-02-20 11:38:08 +01:00
Saifeddine ALOUI
167fa82363
Fixed linting
2025-02-20 11:38:07 +01:00
Saifeddine ALOUI
165d67db16
Merge branch 'HKUDS:main' into main
2025-02-20 11:26:49 +01:00
Saifeddine ALOUI
3f3e9ef367
Upgraded webui to show more upload options and added building without using bun to the webui
2025-02-20 11:25:57 +01:00