Commit Graph

2375 Commits

Author SHA1 Message Date
yangdx
40a2357c14 Persistence cache data to disk before exiting 2025-04-28 23:16:50 +08:00
yangdx
0ecae90002 Enhance the function's robustness 2025-04-28 22:52:31 +08:00
yangdx
90a07b0420 Remove unused params 2025-04-28 21:14:19 +08:00
yangdx
e30afe8686 fix(utils): Fix TypeError in priority_limit_async_func_call when comparing Future objects 2025-04-28 21:07:01 +08:00
yangdx
971cc72193 Update webui assets 2025-04-28 20:42:35 +08:00
yangdx
25d0a9a1bf Bump api version to 0164 2025-04-28 20:31:09 +08:00
yangdx
ca63386546 Increase embeding priority for query request 2025-04-28 20:10:39 +08:00
yangdx
ef69009c15 Increase the priority of queries related to LLM requests 2025-04-28 19:36:21 +08:00
yangdx
2d59ac1ecb Remove deprecated embedding cache logic 2025-04-28 18:51:43 +08:00
yangdx
5a393e563e remove duplicate priority setting for merge summerization 2025-04-28 18:37:51 +08:00
yangdx
140b1b3cbb Add priority control for limited async decorator 2025-04-28 18:12:29 +08:00
yangdx
0c117816dc Merge branch 'hotfix-pip-install' 2025-04-28 13:22:07 +08:00
yangdx
74c8bde32a Fix: pip pacakage missing requirement.txt 2025-04-28 12:55:01 +08:00
yangdx
9cc14fa821 Update webui assets 2025-04-28 03:00:23 +08:00
yangdx
1f18b99df0 Optimize logger info 2025-04-28 02:46:11 +08:00
yangdx
3e385b5f81 Optimize logger info 2025-04-28 02:39:18 +08:00
yangdx
ef4a4ac8ed Optimize looger info 2025-04-28 02:35:35 +08:00
yangdx
bef7206192 Optimize logger info 2025-04-28 02:27:59 +08:00
yangdx
ffd4b23783 Bump api version to 0163 2025-04-28 02:15:34 +08:00
yangdx
594e7b751a Fix linting 2025-04-28 02:15:25 +08:00
yangdx
18040aa95c Improve parallel handling logic between extraction and merge operation 2025-04-28 01:14:00 +08:00
yangdx
4acc2adc32 Bump core vestion to 1.3.5 2025-04-28 01:12:27 +08:00
Daniel.y
3dd3e2e4ac Merge pull request #1470 from danielaskdd/bug-fix
Minor bug fixes
2025-04-26 22:26:58 +08:00
yangdx
891b783ff7 Optimize logger for FAISS storage 2025-04-26 22:17:21 +08:00
yangdx
90cacdbcc3 Fix file_path missing in acreate_entity and acreate_relation 2025-04-26 22:15:54 +08:00
Daniel.y
2a9adddbb1 Merge pull request #1466 from feeingHe/patch-1
Update README-zh.md
2025-04-26 17:53:14 +08:00
yangdx
987c1e4265 Bump api version to 0162 2025-04-26 12:32:48 +08:00
yangdx
ec1b3394d2 Update webui assets 2025-04-26 12:32:16 +08:00
Fee He
4765dc632e Update README-zh.md
Fix 'sevice' to 'service' according to the code.
2025-04-26 11:38:09 +08:00
yangdx
d8c530364f Fix dead lock problem for FAISS vectory storage 2025-04-26 00:48:30 +08:00
yangdx
dff73f078d Fix linting 2025-04-25 22:01:06 +08:00
yangdx
04ebcbebd0 Translate comments to English 2025-04-25 21:54:04 +08:00
yangdx
5eb019a7fc Fix max_nodes not working in graph queries when using the '*' wildcard. 2025-04-25 21:25:37 +08:00
yangdx
e3c87dd6bd Improve graph query speed by batch operation 2025-04-25 16:55:47 +08:00
yangdx
5ca430adcd Fix graph query problem of PostgresSQL AGE 2025-04-25 16:04:41 +08:00
yangdx
9ec7f5c8b3 Fix degree sorting problem in BFS 2025-04-25 11:25:29 +08:00
yangdx
bd11bcae32 Fix linting 2025-04-25 09:43:18 +08:00
yangdx
c620f9c4f2 Prioritize high-degree neighbors in BFS traversal for NetoworkX storage 2025-04-25 09:22:53 +08:00
yangdx
18b669278f Update webui assets 2025-04-25 01:16:34 +08:00
yangdx
0c7458905c Bump api version to 0161 2025-04-25 01:15:17 +08:00
yangdx
31bd274601 Add Unicode collation for Chinese file sorting of document scanning 2025-04-25 01:02:09 +08:00
yangdx
02e9055f9d Fix linting 2025-04-24 20:04:42 +08:00
yangdx
f6129857a1 Improve quantize and dequantize handling of embedding 2025-04-24 20:03:01 +08:00
yangdx
f595834c60 Fix index creating bugs for PostgreSQL AGE graph storage 2025-04-24 17:59:34 +08:00
yangdx
7f09972901 Optimize error log 2025-04-24 15:46:25 +08:00
yangdx
3aab5b41f2 Fix linting 2025-04-24 14:15:10 +08:00
yangdx
fc425f1397 Send all found files to pipeline at once 2025-04-24 14:00:43 +08:00
yangdx
4f68f3e410 Using semaphore to control parallel doc processing instead of batching. 2025-04-24 13:45:44 +08:00
yangdx
11681fdd6b Improve PostgreSQL AGE graph query by write a customized BFS implementation 2025-04-24 12:27:12 +08:00
yangdx
8d219ffa32 Fix: upsert_edge funtion can not create properties with PostgreSQL AGE storage 2025-04-24 11:09:34 +08:00