Commit Graph

2536 Commits

Author SHA1 Message Date
yangdx
b46f2ff871 Merge branch 'fix--psql-return-type' 2025-03-18 17:15:29 +08:00
zrguo
10d2bbfcd7 Update README.md 2025-03-18 16:42:57 +08:00
zrguo
80f00dabd3 Update README.md 2025-03-18 16:41:05 +08:00
zrguo
f49c67784f Merge pull request #1103 from HKUDS/citation
Adding support for handling file paths in document processing.
2025-03-18 15:24:55 +08:00
jofoks
54e4a31aa6 Fixed get_by_id type error in PSQL impl 2025-03-17 17:32:54 -07:00
zrguo
dfd19b8d27 fix postgres support 2025-03-17 23:59:47 +08:00
zrguo
6115f60072 fix lint 2025-03-17 23:36:00 +08:00
zrguo
bf18a5406e add citation 2025-03-17 23:32:35 +08:00
zrguo
15b817c0d6 Merge pull request #1100 from pengjunfeng11/main
Update postgres_impl.py
2025-03-17 17:24:29 +08:00
zrguo
e7395a2c8d Merge branch 'main' into main 2025-03-17 17:23:41 +08:00
zrguo
a399d8039b Merge pull request #1102 from HKUDS/fix_format
fix continue prompt format error
2025-03-17 17:00:39 +08:00
zrguo
60dd13f17e fix continue prompt format error 2025-03-17 16:58:04 +08:00
zrguo
3df20ae787 fix lint 2025-03-17 15:59:54 +08:00
zrguo
2967fd2cd2 Merge pull request #1087 from JoramMillenaar/fix--postgres-impl
Fixed Postgres query parsing issues
2025-03-17 15:57:41 +08:00
zrguo
5956f22612 Merge branch 'main' into fix--postgres-impl 2025-03-17 15:42:09 +08:00
zrguo
0cfb755ac9 Merge pull request #1085 from OxidBurn/postgres-improve-entities-relation-save-process
Postgresql - refactor the store entity/relation data
2025-03-17 15:39:59 +08:00
zrguo
901760ab98 Merge branch 'main' into postgres-improve-entities-relation-save-process 2025-03-17 15:39:40 +08:00
zrguo
adba09f6c2 fix stream 2025-03-17 11:41:55 +08:00
pengjunfeng11
4e58c7d7da Update postgres_impl.py
There is aBUG. When lighttrag uses the postgres@15 version, there will be an error.The BUG detail as follow:
PostgreSQL database, error:subquery in FROM must have an alias
HINT:  For example, FROM (SELECT ...) [AS] foo.
It roughly means that there is an error in SQL template, and you need to use the alias alias to declare the content of the subquery.
2025-03-17 10:47:17 +08:00
Daniel.y
a9bd318d98 Merge pull request #1098 from danielaskdd/Fix-pipeline-batch
Fix pipeline bactch process problem
2025-03-17 04:38:03 +08:00
yangdx
34727b3bd5 Update log message for in-memory DB persistence 2025-03-17 04:25:23 +08:00
yangdx
701d2d7d47 Fix linting 2025-03-17 04:11:25 +08:00
yangdx
2a4ff7c0d0 Fix pipeline bactch process problem
- Process batch one by one
- Process documents in parallel within each batch
2025-03-17 04:00:38 +08:00
Daniel.y
9875037e6c Merge pull request #1097 from danielaskdd/main
Adjust concurrency limits  more LLM friendly settings for new comers
2025-03-17 00:04:17 +08:00
yangdx
c2ba7f33ff Adjust concurrency limits more LLM friendly settings for new comers
- Lowered max async LLM processes to 4
- Enabled LLM cache for entity extraction
- Reduced max parallel insert to 2
2025-03-16 23:56:34 +08:00
Daniel.y
0277c94a61 Merge pull request #1091 from JoramMillenaar/quickfix--small-db-fields
Updated PSQL's chunk_id field to be a TEXT field
2025-03-16 22:48:54 +08:00
Daniel.y
9d971e5889 Merge pull request #1062 from ericshao/fix-postgres
Fix PGDocStatusStorage content extraction for DocProcessingStatus
2025-03-16 15:47:32 +08:00
Daniel.y
bce409acff Merge pull request #1079 from pengjunfeng11/main
Replace unreasonable parameter names
2025-03-16 15:31:02 +08:00
Daniel.y
ea25d3322f Merge pull request #1064 from danielaskdd/improve-property-tooltip
Implemented several enhancements to the Graph UI
2025-03-16 08:34:35 +08:00
jofoks
912e70feb1 Updated chunk_id field to be a TEXT field 2025-03-14 11:03:28 -07:00
zrguo
8f22c2f12b Create README-zh.md 2025-03-14 17:34:37 +08:00
zrguo
f5ab76dc4c fix linting 2025-03-14 14:10:59 +08:00
zrguo
fd70e55871 Merge pull request #1070 from lybtt/fix_stream
fix stream
2025-03-14 14:10:36 +08:00
zrguo
32f47286fd fix linting 2025-03-14 14:02:42 +08:00
zrguo
8642856da4 Merge pull request #1058 from coredevorg/docker-build-graspologic-patch
Fix graspologic build error in docker container
2025-03-14 14:01:42 +08:00
pengjunfeng11
f53f07bcf4 Update code comments in ainsert method
Update code comments in ainsert method. The original comment was cut off in the middle, not a complete sentence, and cannot be read
2025-03-14 10:59:24 +08:00
jofoks
af88561713 Merge branch 'main' into fix--postgres-impl 2025-03-13 16:16:25 -07:00
yangdx
063ad8a35a Remove unused codes 2025-03-14 04:25:45 +08:00
yangdx
87366c63da Fix show node label settings error 2025-03-14 03:42:46 +08:00
yangdx
9b01d50823 Update webui assets 2025-03-14 03:34:32 +08:00
yangdx
2777715403 Fix edge event and show edge label error 2025-03-14 03:33:40 +08:00
jofoks
edc95126de Fixed some query parsing issues 2025-03-13 11:30:52 -07:00
yangdx
c9c9f3d911 Translate common property names to Chinese 2025-03-14 01:56:10 +08:00
yangdx
496a208bf9 Update comment translations to English 2025-03-14 01:00:40 +08:00
yangdx
55d796c669 Fix linting 2025-03-14 00:03:45 +08:00
zrguo
e6b55360a1 fix merge bug 2025-03-13 23:12:42 +08:00
yangdx
1a92d46bff Add min width to parameters sidebar of retrieval web page 2025-03-13 22:56:59 +08:00
zrguo
78a4edeff5 fix linting 2025-03-13 22:20:55 +08:00
zrguo
5707aab6bd fix existing justification bug 2025-03-13 22:16:56 +08:00
yangdx
abead02f39 Merge branch 'main' into improve-property-tooltip 2025-03-13 22:13:59 +08:00