chongchuanbing
ac26d09a59
Feature/feat1017 (#2872)
### What problem does this PR solve?
1. fix: mid map show error in knowledge graph, juse because
```@antv/g6```version changed
2. feat: concurrent threads configuration support in graph extractor
3. fix: used tokens update failed for tenant
4. feat: timeout configuration support for llm
5. fix: regex error in graph extractor
6. feat: qwen rerank(```gte-rerank```) support
7. fix: timeout deal in knowledge graph index process. Now chat by
stream output, also, it is configuratable.
8. feat: ```qwen-long``` model configuration
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: chongchuanbing <chongchuanbing@gmail.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
преди 1 година
lidp
d6db805885
Refactoring entity_resolution (#2692)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
преди 1 година
yqkcn
ae5a877ed4
Simplify the usage of dict (#2681)
### What problem does this PR solve?
Simplify the usage of dictionaries
### Type of change
- [x] Refactoring
---------
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
преди 1 година
yqkcn
9945988e44
format mind_map_extractor code (#2686)
### What problem does this PR solve?
format mind_map_extractor code
### Type of change
- [x] Refactoring
преди 1 година
yqkcn
604061c4a5
Fix mutable default argument (#2635)
### What problem does this PR solve?
The default value of Python function parameters cannot be mutable.
Modifying this parameter inside the function will permanently change the
default value
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
yqkcn
34abcf7704
style: fix typo and format code (#2618)
### What problem does this PR solve?
- Fix typo
- Remove unused import
- Format code
### Type of change
- [x] Other (please describe): typo and format
преди 1 година
yqkcn
4c0b79c4f6
remove repeat func (#2619)
### What problem does this PR solve?
- remove repeat func
### Type of change
- [x] Other (please describe): remove repeat func
преди 1 година
Kevin Hu
3f571a13c2
fix empty children in mindmap (#2418)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
4730145696
debug backend API for TAB 'search' (#2389)
### What problem does this PR solve?
#2247
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
преди 1 година
Kevin Hu
333608a1d4
add search TAB backend api (#2375)
### What problem does this PR solve?
#2247
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
преди 1 година
H
c6e723f2ee
Fix graphrag : "role" user (#2273)
### What problem does this PR solve?
#2270
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
dearjane
3abc9be1c2
fix(graphrag): variable refernence error (#2136)
### What problem does this PR solve?
fix: Use wrong variable in graph rag step.
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Co-authored-by: 陈晓强 <chenxiaoqiang@cvte.com>
преди 1 година
Kevin Hu
c3e344b0f1
fix callback function error (#2096)
### What problem does this PR solve?
#2085
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Jin Hai
99af1cbeac
Update license (#2086)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
преди 1 година
Kevin Hu
4580ad2fd7
show error log of KG extraction (#2045)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
преди 1 година
Kevin Hu
2302a6baba
fix empty mind map issue (#1991)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
853aa121a9
fix empty graph issue (#1939)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
d73a75506e
fix mind map bug (#1934)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
da2d8b8267
boost paralal of graphrag (#1924)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
преди 1 година
Kevin Hu
e3cf14a3c9
add function: upload and parse (#1889)
### What problem does this PR solve?
#1880
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
преди 1 година
Kevin Hu
db8f83104f
less text, better extraction (#1869)
### What problem does this PR solve?
#1861
### Type of change
- [x] Refactoring
преди 1 година
Kevin Hu
1d5a9b74ff
fix add slef base url openai error (#1854)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
7bc9742674
refine mindmap (#1844)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
преди 1 година
Kevin Hu
a199572bf8
add callback to entity extraction (#1843)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
- [ ]
преди 1 година
Kevin Hu
43199c45c3
refine loginfo about graprag progress (#1823)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
преди 1 година
Kevin Hu
3fd7db40ea
refine mindmap (#1817)
### What problem does this PR solve?
#1594
### Type of change
- [x] Refactoring
преди 1 година
Kevin Hu
5650442b0b
refine context length (#1813)
### What problem does this PR solve?
#1594
### Type of change
- [x] Performance Improvement
преди 1 година
Kevin Hu
2452c5624f
remove duplicated key in mind map (#1809)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
a5c03ccd4c
refine mindmap prompt (#1808)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
H
d2213141e0
Fix graphrag callback (#1806)
### What problem does this PR solve?
#1800
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
29509ff69d
refine dockerfile (#1801)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
преди 1 година
Kevin Hu
152072f900
Add graphrag (#1793)
### What problem does this PR solve?
#1594
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
преди 1 година