Commit Graph

2175 Commits

Author SHA1 Message Date
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
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
cuikunyu
135a40d696 Optimize: Use python-docx for better parsing. 2025-04-11 03:10:20 +00: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
yangdx
e0a90f08d3 Update webui assets 2025-04-11 01:06:00 +08:00
yangdx
a47948cebd Update webui assets 2025-04-11 00:39:09 +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
Daniel.y
0528c06209 Merge pull request #1334 from danielaskdd/main
Refactoring entity and edge merging and add env FORCE_LLM_SUMMARY_ON_MERGE
2025-04-10 18:46:04 +08:00
Daniel.y
99c44fb129 Merge pull request #1329 from earayu/fix_readme_grammar_typo
fix grammar and typo in lightrag-api REAEME.md
2025-04-10 18:31:14 +08:00
yangdx
61c7c28c77 Update webui assets 2025-04-10 17:56:01 +08:00
yangdx
6c213dd1da Change font size of pipeline status message 2025-04-10 17:55:37 +08:00
yangdx
3007dff153 Add env FORCE_LLM_SUMMARY_ON_MERGE 2025-04-10 17:29:07 +08:00
HyuPete
954c3b4ff2 fix error when running caused by global_args.timeout being None 2025-04-10 15:57:50 +07:00
yangdx
35431644ad Refactor: Entity and edge merging in extract_entities
- Improves efficiency by merging identical
entities and edges in a single operation
- Esures proper handling of undirected graph edges
- Change merge stage from chunk leve to document level
2025-04-10 14:19:06 +08:00
earayu
224700466b fix grammar and typo in lightrag-api REAEME.md 2025-04-10 12:22:20 +08:00
Qodi
9f7fe0a406 Merge branch 'HKUDS:main' into main 2025-04-10 12:12:18 +08:00
Qodi
8f3068f1c0 Update openai.py
增加环境变量,支持OPENAI_API_BASE 支持中转站
2025-04-10 12:10:35 +08:00
earayu
d6ae7024b7 fix grammar and typo in lightrag-api REAEME.md 2025-04-10 12:10:02 +08:00
zrguo
1c1afb4eaf Merge pull request #1304 from FeHuynhVI/main
Fixes a bug where file_path was not present dictionary
2025-04-10 14:08:11 +10:00
yangdx
39b4da41a3 Optimize logging 2025-04-10 04:17:32 +08:00
yangdx
496f87a1e6 Fix linting 2025-04-10 03:58:04 +08:00
yangdx
8d858da4d0 Fix LLM cache now work for nodes and edges merging 2025-04-10 03:57:36 +08:00
yangdx
ad087073aa Optimize logger for storage 2025-04-10 01:07:06 +08:00
yangdx
5d286dd0fa Add node and edge merging log to pipeline_status 2025-04-10 01:07:06 +08:00
yangdx
1b9dc788e8 Update webui assets 2025-04-09 23:36:01 +08:00
yangdx
67fafedf64 Fix document list sorting problem while filter is off 2025-04-09 23:35:53 +08:00
yangdx
fd51bfc633 Bump api version to 0141 2025-04-09 18:36:54 +08:00
yangdx
f3c2868b53 Update webui assets 2025-04-09 18:36:54 +08:00
IcySugar
224f63cd5f Merge branch 'HKUDS:main' into main 2025-04-09 13:40:19 +08:00
yangdx
740b4174d2 Fix linting 2025-04-09 12:59:58 +08:00
yangdx
692415b2e1 Fix mix_kg_vector_query function return value error when only_need_context is enabled 2025-04-09 12:59:32 +08:00
yangdx
e94f7dbe1b Fix linting 2025-04-09 12:42:48 +08:00
yangdx
37007244c2 Add ENABLE_LLM_CACHE env support 2025-04-09 12:42:17 +08:00
yangdx
8675e4dc6f Remove api tag from swagger 2025-04-09 11:52:11 +08:00
IcySugar000
8aa3cd799a Fix: Fixed null value handling and ensure exceptions are avoided 2025-04-09 11:32:05 +08:00
yangdx
25f2ecb5a9 Fix linting 2025-04-08 18:47:50 +08:00
yangdx
1375b8eea7 Fix linting 2025-04-08 18:46:09 +08:00
yangdx
151058b89d Update README.md 2025-04-08 18:44:55 +08:00
yangdx
fa8f6d615a Improve context only mode for Ollama api 2025-04-08 18:41:00 +08:00