Commit Graph

3365 Commits

Author SHA1 Message Date
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
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
yangdx
70019979c1 Do health check on page initial load 2025-04-15 18:03:21 +08:00
yangdx
ce0aeaf9b4 Fix mis-using directed edge in PostgreSQL AGE graph storage 2025-04-15 16:49:36 +08:00
yangdx
c50b3dc79c Update toptips position 2025-04-15 16:09:40 +08:00
yangdx
50e9f938a4 Update toptips position 2025-04-15 16:09:01 +08:00
superhua
accd9d471e Merge branch 'HKUDS:main' into main 2025-04-15 15:07:36 +08:00
花花
495f755a1c fix: PostgreSQL database, error:subquery in FROM must have an alias 2025-04-15 14:57:17 +08:00
yangdx
ae526c9cf8 Merge branch 'main' into graph-storage-batch-query 2025-04-15 14:35:43 +08:00
yangdx
0828270098 Udpate webui assets 2025-04-15 14:34:10 +08:00
yangdx
085cfffdf6 fix: limit property value display length to prevent horizontal scrollbars 2025-04-15 14:33:40 +08:00
yangdx
3c34ffa422 Update webui assets 2025-04-15 14:24:21 +08:00
yangdx
0e584d98ce Add i18n translation 2025-04-15 14:23:52 +08:00
yangdx
0a9e96640d Optimize tooltips posistion 2025-04-15 14:23:42 +08:00
yangdx
46ea096430 Merge branch 'main' into graph-storage-batch-query 2025-04-15 13:30:48 +08:00
Daniel.y
e32c724c05 Merge pull request #1374 from danielaskdd/fix-neo4j-graph-edit
Fix Neo4j node and edge edit problem
2025-04-15 13:08:22 +08:00
yangdx
c7f956b632 Update webui assets 2025-04-15 13:07:38 +08:00
yangdx
cdd69845c9 Remove grapOperation.ts 2025-04-15 13:04:51 +08:00
yangdx
9e8725eef9 Bump api version to 0151 2025-04-15 12:43:34 +08:00
yangdx
1b7fe720c4 Update webui assets 2025-04-15 12:43:00 +08:00
yangdx
28d26c3a4a refactor: improve graph property update mechanism
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:41:51 +08:00
yangdx
f58fb43f67 Fix Neo4j node and edge edit problem 2025-04-15 12:41:41 +08:00
yangdx
1de74c9228 Fix linting 2025-04-15 12:34:04 +08:00
yangdx
22b03ee1bb refactor: improve graph property update mechanism
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:29:52 +08:00