Commit Graph

3549 Commits

Author SHA1 Message Date
yangdx
74c8bde32a Fix: pip pacakage missing requirement.txt 2025-04-28 12:55:01 +08:00
yangdx
4acc2adc32 Bump core vestion to 1.3.5 2025-04-28 01:12:27 +08:00
zrguo
1720771cdf Create pypi-publish.yml 2025-04-27 02:11:52 +08:00
zrguo
1e3634f6da Delete pypi-publish.yml 2025-04-27 02:09:13 +08:00
zrguo
1f9764189c Update pypi-publish.yml 2025-04-27 01:49:20 +08:00
zrguo
120f9ca6c0 Create pypi-publish.yml 2025-04-27 01:45:03 +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
Daniel.y
56455e4b57 Merge pull request #1468 from danielaskdd/postpond-mermaid-render
Postpond mermaid rendering untill streaming streaming respond stopped.
2025-04-26 17:52:05 +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
yangdx
53f9ef77f9 Fix linting 2025-04-26 12:32:01 +08:00
yangdx
9792841a07 Stablize mermaid render in history messages 2025-04-26 12:30:29 +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
e0d99d3c29 Postpond mermaid rendering untill streaming streaming respond stopped. 2025-04-26 10:16:13 +08:00
Daniel.y
2d5401d475 Merge pull request #1465 from danielaskdd/main
Hot Fix: solved dead lock problem for FAISS vector storage
2025-04-26 00:53:44 +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
Daniel.y
36acc332b5 Merge pull request #1453 from danielaskdd/main
Prioritize high-degree neighbors in BFS traversal for NetoworkX storage
2025-04-25 11:48:51 +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
dd83c1fe7e Upload file in the order of sorted file name 2025-04-25 01:14:32 +08:00
yangdx
31bd274601 Add Unicode collation for Chinese file sorting of document scanning 2025-04-25 01:02:09 +08:00
yangdx
df1d6b31ed Remove gensim from requirement.txt 2025-04-24 23:51:15 +08:00
yangdx
95542a4458 Fix requirement problem when only install api server 2025-04-24 23:33:26 +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
Daniel.y
9931b84b6a Merge pull request #1447 from danielaskdd/improve-pipeline-file-batch
Improve parallel handling for documents processing
2025-04-24 17:50:45 +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
Daniel.y
47c4520a65 Merge pull request #1446 from danielaskdd/improve-subgraph-query-pg
Improve PostgreSQL AGE graph query by write a customized BFS implementation
2025-04-24 12:29:50 +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
yangdx
ffbe2a0c5d Fix get_knowledge_graph query slow problem for PostgreSQL AGE 2025-04-24 08:40:06 +08:00
yangdx
e19d5fa9be Add index to PostgreSQL AGE graph storage 2025-04-24 01:41:33 +08:00
yangdx
3e58eec5d9 Add host.docker.internal to docker-compose.yml 2025-04-23 23:45:32 +08:00
yangdx
67cad837ff Update webui assets 2025-04-23 21:54:51 +08:00
yangdx
1cbcb2a150 Optimize scrolling login of query view 2025-04-23 21:54:21 +08:00