choizhang
5e5f3640d7
2025-04-13 10:50:42 +08:00
yangdx
262c93d8da
Add batch query unit test for grap storage
2025-04-13 01:07:39 +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
e6f9a7fcf8
Merge branch 'main' into graph-storage-batch-query
2025-04-12 22:03:54 +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
Daniel.y
4e45c3b942
Merge pull request #1360 from danielaskdd/normalize-entity-name
...
Feat: Implement entity/relation name and description normalization
2025-04-12 20:56:31 +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
iLuJack
a72809c59a
docs(locales): add traditional chinese support
2025-04-12 16:46:46 +08:00
choizhang
272b101974
feat: Add double-click editing prompt text and optimize editable attribute line style
2025-04-12 14:33:40 +08:00
choizhang
58eeacda20
refactor(graph): Refactoring node attribute update logic to improve code maintainability
2025-04-12 13:17:09 +08:00
choizhang
ea43f3537e
fix(graph): Fixed the issue of incorrect handling of edges and nodes during node ID updates
2025-04-12 10:36:05 +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
yangdx
83353ab9a6
Remove unused node embedding functionality from graph storage
...
- Deleted embed_nodes() method implementations
2025-04-11 18:34:48 +08:00
yangdx
c084358dc9
Improved graph storage documentation and methods
...
- Added detailed docstrings for graph methods
- Added bulk node/edge removal methods
2025-04-11 18:34:03 +08:00
yangdx
1e79257976
Update README
2025-04-11 17:03:46 +08:00
Daniel.y
dabe0d67c7
Bump api version to 0147
2025-04-11 15:30:59 +08:00
Daniel.y
a2694a73d9
Merge pull request #1345 from zhudongwork/docx-dev
...
Optimize: Use python-docx for better parsing.
2025-04-11 15:30:03 +08:00
yangdx
430028956a
Merge branch 'webui-add-bypass'
2025-04-11 15:14:47 +08:00
yangdx
3ee183b0aa
Update webui assets
2025-04-11 15:13:58 +08:00
choizhang
eb3038e55a
docs(locales): Update multilingual files to include descriptions of bypass mode
2025-04-11 15:13:58 +08:00
choizhang
f35012572c
docs(locales): Update multilingual files to include descriptions of bypass mode
2025-04-11 11:12:01 +08:00
cuikunyu
135a40d696
Optimize: Use python-docx for better parsing.
2025-04-11 03:10:20 +00:00
choizhang
20f3e34a22
Merge branch 'main' into webui-add-bypass
2025-04-11 10:52:33 +08:00
choizhang
0944df2679
docs: Translate annotations
2025-04-11 02:57:34 +08:00
choizhang
a12d60e4ea
feat: Add query mode 'bypass' to bypass knowledge retrieval and directly use LLM
2025-04-11 02:57:34 +08:00
Daniel.y
9487eca772
Bump api version to 0146
2025-04-11 02:19:15 +08:00
frederikhendrix
5f84621485
docker compose for neo4j setup
2025-04-10 19:50:14 +02:00
yangdx
e0a90f08d3
Update webui assets
2025-04-11 01:06:00 +08:00
yangdx
2b51ea7480
Merge branch 'fix-history-turns'
2025-04-11 00:45:37 +08:00
Daniel.y
9df770ea51
Merge pull request #1340 from danielaskdd/main
...
Update webui assets
2025-04-11 00:40:52 +08:00
yangdx
a47948cebd
Update webui assets
2025-04-11 00:39:09 +08:00
yangdx
0db1f0c048
Merge branch 'fix-response-stream'
2025-04-11 00:38:20 +08:00
Daniel.y
1dfd5312cc
Merge pull request #1339 from danielaskdd/main
...
Merge PR #1331 and fix lintings
2025-04-11 00:32:31 +08:00
yangdx
1541b7b486
Fix linting
2025-04-11 00:31:14 +08:00
choizhang
10513d7ca5
fix(RetrievalTesting): auto scrollToBottom
2025-04-11 00:31:14 +08:00
choizhang
a524520b80
refactor(lightrag): use fetch replace axios
2025-04-11 00:31:14 +08:00
choizhang
5b65ce5cfe
docs: Translate annotations
2025-04-10 23:20:54 +08:00
choizhang
66f3fcc17b
feat: Add query mode 'bypass' to bypass knowledge retrieval and directly use LLM
2025-04-10 23:17:33 +08:00
Daniel.y
a88f99ccdd
Merge pull request #1337 from danielaskdd/main
...
Only merge new entities/edges during gleaning stage
2025-04-10 21:45:58 +08:00
yangdx
96f439bb52
Optimize pipeline status message
2025-04-10 21:19:26 +08:00
yangdx
7d69449c67
Fix linting
2025-04-10 20:32:40 +08:00
yangdx
339bc99259
Only merge new entities/edges during gleaning
...
- Restrict gleaning to new entity names
- Only add edges with new keys
- Prevent similar decription of the same entity or edge
2025-04-10 20:31:52 +08:00
Daniel.y
32d5e3d908
Merge pull request #1330 from QodiCat/main
...
add opneai llm base url
2025-04-10 19:07:08 +08:00