Kevin Hu
26de9adb41
refine db connection (#1494)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
il y a 1 an
KevinHuSh
a25d32496c
support graph (#1152)
### What problem does this PR solve?
#918
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
il y a 1 an
KevinHuSh
614defec21
add rerank model (#969)
### What problem does this PR solve?
feat: add rerank models to the project #724 #162
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
il y a 1 an
KevinHuSh
bae376a479
Update db_models.py
il y a 1 an
dashi6174
7e74546b73
Set the language default value of the language based on the LANG envi… (#853)
…ronment variable at the initial creation.
1. Set the User's default language based on LANG;
2. Set the Knowledgebase's default language based on LANG;
3. Set the default language of the Dialog based on LANG;
### What problem does this PR solve?
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._
### Type of change
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
il y a 1 an
dashi6174
9a01d1b876
The default max tokens of 215 is too small, answers are often cut off.I will modify it to 512 to address this issue. (#845)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
il y a 1 an
KevinHuSh
04a9e95161
let file in knowledgebases visible in file manager (#714)
### What problem does this PR solve?
Let file in knowledgebases visible in file manager.
#162
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
il y a 1 an
KevinHuSh
f69ff39fa0
add file management feature (#560)
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
il y a 1 an
KevinHuSh
66f8d35632
Refactor (#537)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
il y a 1 an
KevinHuSh
453c29170f
make sure the models will not be load twice (#422)
### What problem does this PR solve?
#381
### Type of change
- [x] Refactoring
il y a 1 an
KevinHuSh
c39b751600
conversation API backend update (#360)
### What problem does this PR solve?
Issue link:#345
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
il y a 1 an
KevinHuSh
f6c7204002
refine log format (#312)
### What problem does this PR solve?
Issue link:#264
### Type of change
- [x] Documentation Update
- [x] Refactoring
il y a 1 an
Jin Hai
0b2808f990
Update default language to English (#309)
### What problem does this PR solve?
Update default language to English
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
il y a 1 an
KevinHuSh
0a9f589f9b
change defualt language to English (#185)
il y a 1 an
KevinHuSh
fd7fcb5baf
apply pep8 formalize (#155)
il y a 1 an
KevinHuSh
71fe314955
refine page ranges (#147)
il y a 1 an
KevinHuSh
6c6b144de2
refine manual parser (#140)
il y a 1 an
KevinHuSh
2447f95629
add Moonshot, debug my_llm (#126)
il y a 1 an
KevinHuSh
675a9f8d9a
add dockerfile for cuda envirement. Refine table search strategy, (#123)
il y a 1 an
KevinHuSh
f1f09df901
add local llm implementation (#119)
il y a 1 an
KevinHuSh
8f86ab9f7f
refine pdf parser, add time zone to userinfo (#112)
il y a 1 an
KevinHuSh
7bfaf0df29
fix position extraction bug (#93)
* fix position extraction bug
* remove delimiter for naive parser
il y a 1 an
KevinHuSh
0429107e80
fix user login issue (#85)
il y a 1 an
KevinHuSh
7fd1eca582
init README of deepdoc, add picture processer. (#71)
* init README of deepdoc, add picture processer.
* add resume parsing
il y a 1 an
KevinHuSh
d32322c081
rename vision, add layour and tsr recognizer (#70)
* rename vision, add layour and tsr recognizer
* trivial fixing
il y a 1 an
KevinHuSh
cacd36c5e1
use onnx models, new deepdoc (#68)
il y a 1 an
KevinHuSh
a8294f2168
Refine resume parts and fix bugs in retrival using sql (#66)
il y a 1 an
KevinHuSh
5e0a689c43
refactor retieval_test, add SQl retrieval methods (#61)
il y a 1 an
KevinHuSh
c5ea37cd30
Add resume parser and fix bugs (#59)
* Update .gitignore
* Update .gitignore
* Add resume parser and fix bugs
il y a 1 an
KevinHuSh
407b2523b6
remove unused codes, seperate layout detection out as a new api. Add new rag methed 'table' (#55)
il y a 1 an
KevinHuSh
6224edcd1b
Add task moduel, and pipline the task and every parser (#49)
il y a 1 an
KevinHuSh
e32ef75e99
Test chat API and refine ppt chunker (#42)
il y a 1 an
KevinHuSh
34b2ab3b2f
Test APIs and fix bugs (#41)
il y a 1 an
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
il y a 1 an
KevinHuSh
4a858d33b6
add conversation API (#35)
il y a 1 an
KevinHuSh
9bf75d4511
add dialog api (#33)
il y a 1 an
KevinHuSh
6be3dd56fa
rename web_server to api (#29)
* add front end code
* change licence
* rename web_server to API
* change name to web_server
il y a 1 an
KevinHuSh
3198faf2d2
add alot of api (#23)
* clean rust version project
* clean rust version project
* build python version rag-flow
* add alot of api
il y a 1 an
KevinHuSh
30791976d5
build python version rag-flow (#21)
* clean rust version project
* clean rust version project
* build python version rag-flow
il y a 1 an