Commit Graph

3387 Commits

Author SHA1 Message Date
yangdx
fb617d544c Bump core verion to 1.3.3 2025-04-17 23:55:20 +08:00
Daniel.y
a30b2340cf Merge pull request #1399 from danielaskdd/fix-postgres-error
Fix special chars handling error for PostgreSQL graph storage
2025-04-17 23:13:52 +08:00
yangdx
e9dcac7caf Update graph db test 2025-04-17 23:09:01 +08:00
yangdx
bffb9dbdb0 Fix linting 2025-04-17 23:00:34 +08:00
yangdx
09cca6dbe6 Update graph db unit test 2025-04-17 22:58:49 +08:00
yangdx
a3ca134e97 Fix special chars problem for Postgres 2025-04-17 22:58:36 +08:00
yangdx
14b4bc96ce Fix OPENAI_API_BASE not working in .env 2025-04-17 05:20:22 +08:00
yangdx
9d990a41e6 Update webui assets 2025-04-17 04:34:09 +08:00
yangdx
67f6d14e5b Switch rotation bottun posstion 2025-04-17 04:33:34 +08:00
yangdx
6fc13d7a47 Update node size logic node expansion 2025-04-17 04:32:39 +08:00
yangdx
a185e48b87 fix: cancel pending tasks when any chunk processing fails
Modify extract_entities function to terminate all pending text chunk processing tasks when any single chunk processing fails.
2025-04-17 03:57:38 +08:00
yangdx
e01e098cac Bump api version to 0153 2025-04-17 02:33:04 +08:00
yangdx
d74549afb5 Fix linting 2025-04-17 02:32:32 +08:00
yangdx
70d1eab9e7 fix: add node_id normalization to handle backslash escaping in PostgreSQL Cypher queries 2025-04-17 02:31:56 +08:00
yangdx
d4c4a40c53 Fix M.env AX_GRAPH_NODES not working problem 2025-04-17 01:28:22 +08:00
yangdx
0afe35a9fd Convert parallel queries to serial execution 2025-04-16 17:55:49 +08:00
yangdx
2c7e8a5526 Optimize query performance by batch query 2025-04-16 17:53:13 +08:00
zrguo
6b047fa71b Update LICENSE 2025-04-16 15:50:53 +08:00
yangdx
31def4280e Update README 2025-04-16 15:36:44 +08:00
Daniel.y
fb6106646c Merge pull request #1383 from HKUDS/graph-storage-batch-query
Refactor: Optimizing graph storage performance
2025-04-16 15:28:38 +08:00
Daniel.y
b3206f233d Merge pull request #1375 from superhuahua/main
PostgreSQL: subquery in FROM must have an alias
2025-04-16 15:26:51 +08:00
yangdx
5b611b0b59 Merge branch 'superhuahua/main' into graph-storage-batch-query 2025-04-16 15:05:37 +08:00
yangdx
a66bd8f8b6 Bump api version to 0152 2025-04-16 14:58:37 +08:00
yangdx
54f720cb27 Fix linting 2025-04-16 14:55:54 +08:00
yangdx
d370c0ae12 Fix graph unit test edge direction problem 2025-04-16 14:33:25 +08:00
yangdx
33e8b9f284 Fix edge direction problem for Neo4j storage 2025-04-16 14:24:28 +08:00
yangdx
2a950f3ff9 Fix linting 2025-04-16 14:07:22 +08:00
yangdx
e6b2a035ea Update graph unit test 2025-04-16 14:06:05 +08:00
yangdx
40c472c4c5 Optimize PostgreSQL AGE graph storage performance by eperate forward and backward edge query 2025-04-16 14:01:21 +08:00
yangdx
c1ea47026d Fix index error on empty database 2025-04-16 13:27:03 +08:00
yangdx
04a7585842 Fix direction problem 2025-04-16 11:39:06 +08:00
yangdx
a3de6b75a8 fix: get_knowledge_graph return null when query an isolated node 2025-04-16 11:14:48 +08:00
yangdx
ccd67cdff7 Add Index to PostgreSQL AGE graph storage 2025-04-16 02:31:16 +08:00
yangdx
0bbf29e231 Optimize query speed by using directed edge Cypher statement 2025-04-16 02:13:30 +08:00
yangdx
2b387fd9e5 Fix cache persistence bugs 2025-04-16 01:27:02 +08:00
yangdx
051e632ab3 Fix cache persistence bugs 2025-04-16 01:24:59 +08:00
yangdx
ca955cee5d Merge branch 'main' into graph-storage-batch-query 2025-04-16 00:54:29 +08:00
yangdx
4585f5f767 Update webui assets 2025-04-16 00:52:39 +08:00
yangdx
13eeb9a52b Optimze document status change monitor 2025-04-16 00:51:09 +08:00
yangdx
1c94a10359 Merge branch 'main' into graph-storage-batch-query 2025-04-15 21:26:38 +08:00
yangdx
0ec5ada805 Update webui assets 2025-04-15 21:24:51 +08:00
yangdx
6c90a919f0 Optimize health check 2025-04-15 21:23:29 +08:00
yangdx
49e0746e67 Merge branch 'main' into graph-storage-batch-query 2025-04-15 21:07:32 +08:00
Daniel.y
aefd08823e Merge pull request #1377 from danielaskdd/main
Fix: disable LLM cache recording while enable_llm_cache is disabled
2025-04-15 21:06:14 +08:00
yangdx
2e95947c40 Fix: disable LLM cache recording while enable_llm_cache is disabled 2025-04-15 21:01:44 +08:00
yangdx
cf70f78b0c Fix: disable LLM cache recording while enable_llm_cache is disabled 2025-04-15 21:01:06 +08:00
yangdx
69540b7c21 Update webui assets 2025-04-15 20:52:15 +08:00
yangdx
0e5801507d Update webui assets 2025-04-15 20:37:24 +08:00
yangdx
1720bc8ad6 Do health check on page initial load 2025-04-15 20:37:17 +08:00
yangdx
b8d05847fa Update webui assets 2025-04-15 18:04:02 +08:00