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
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
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
b8d05847fa
Update webui assets
2025-04-15 18:04:02 +08:00
yangdx
ce0aeaf9b4
Fix mis-using directed edge in PostgreSQL AGE graph storage
2025-04-15 16:49:36 +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
3c34ffa422
Update webui assets
2025-04-15 14:24:21 +08:00
yangdx
46ea096430
Merge branch 'main' into graph-storage-batch-query
2025-04-15 13:30:48 +08:00
yangdx
c7f956b632
Update webui assets
2025-04-15 13:07:38 +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
1de74c9228
Fix linting
2025-04-15 12:34:04 +08:00
yangdx
cb35b83a14
Update webui assets
2025-04-14 14:47:38 +08:00
yangdx
14160cd7f2
Update webui assets
2025-04-14 14:46:22 +08:00
yangdx
e6d0ba866e
Merge branch 'main' into graph-storage-batch-query
2025-04-14 13:35:33 +08:00
yangdx
fbc1b179a3
Bump api version to 0150
2025-04-14 13:30:17 +08:00
yangdx
017169b571
Fix linting
2025-04-14 13:29:56 +08:00
yangdx
c7d563f1aa
Update webui assets
2025-04-14 13:28:00 +08:00
yangdx
96bd018fab
Update webui assets
2025-04-14 13:01:46 +08:00
yangdx
c834570cfc
Fix import error
2025-04-14 12:36:41 +08:00
yangdx
5c1d4201f9
Fix linting
2025-04-14 12:08:56 +08:00
yangdx
40240bc79e
Merge branch 'edit-node' into add-graph-db-lock
2025-04-14 12:07:47 +08:00
yangdx
b18bf10353
Merge branch 'edit-node' into add-graph-db-lock
2025-04-14 03:39:57 +08:00
yangdx
89d1e68d97
Move graph edit function implemention to a utils_graph.py to educe the size of lightray.py
2025-04-14 03:06:23 +08:00
yangdx
6dd67748ca
Add graph_db_lock to esure consistency across multiple processes for node and edge edition jobs
2025-04-14 00:07:31 +08:00
choizhang
5b1938e5b3
feat(webui): Add attribute editing dialog box and optimize editable attribute row component
2025-04-13 23:32:35 +08:00
yangdx
00c8394601
Update webui assets
2025-04-13 16:52:30 +08:00
choizhang
4900cf07d9
Merge branch 'main' into edit-node
2025-04-13 11:51:55 +08:00
choizhang
5e5f3640d7
2025-04-13 10:50:42 +08:00
yangdx
6f498a678c
Implement batch query funtions for PGGraphStorage of PostgreSQl AGE graph storage
2025-04-13 01:07:07 +08:00
yangdx
99f24cd51e
Make batch methods in BaseGraphStorage optional with default implementations
...
- Removing the @abstractmethod decorator
- Adding default implementations that call the corresponding non-batch methods
- Preserving full backward compatibility with existing implementations
2025-04-12 22:42:43 +08:00
yangdx
e9b04e5bd2
Merge branch 'graph-storage-batch-query-frederikhendrix' into graph-storage-batch-query
2025-04-12 22:20:41 +08:00
yangdx
ecfe4209c3
Update log message
2025-04-12 21:34:50 +08:00
yangdx
56d3c374be
Update api version to 0148
2025-04-12 21:13:03 +08:00
yangdx
7fd3053e61
Update log message
2025-04-12 21:10:36 +08:00
yangdx
6174554c58
Fix linting
2025-04-12 20:50:21 +08:00
yangdx
2ac66c3531
Remove chinese quotes in entity name
2025-04-12 20:45:41 +08:00
yangdx
0eed5eb718
feat: implement entity/relation name and description normalization
...
- Remove spaces between Chinese characters
- Remove spaces between Chinese and English/numbers
- Preserve spaces within English text and numbers
- Replace Chinese parentheses with English parentheses
- Replace Chinese dash with English dash
2025-04-12 19:26:02 +08:00
choizhang
7e3e685763
feat(graph): Add editing function for entity and relationship attributes
2025-04-12 00:48:19 +08:00
yangdx
745301ea13
Deleted node2vec implementation
2025-04-11 18:41:45 +08:00