Zhichang Yu
a2a5631da4
Rework logging (#3358)
Unified all log files into one.
### What problem does this PR solve?
Unified all log files into one.
### Type of change
- [x] Refactoring
11 月之前
Kevin Hu
4097912d59
add inputs to display to every components (#3242)
### What problem does this PR solve?
#3240
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
b7b30c4b57
add keyword extraction time elapsed to the little lamp. (#3207)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1 年之前
Kevin Hu
339639a9db
add assistant to canvas chat history (#3201)
### What problem does this PR solve?
#3185
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
Kevin Hu
18ae8a4091
raise exception if embedding model not found (#3199)
### What problem does this PR solve?
#3173
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
Kevin Hu
2d1fbefdb5
search between multiple indiices for team function (#3079)
### What problem does this PR solve?
#2834
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
226bdd6e99
add auto keywords and auto-question (#2965)
### What problem does this PR solve?
#2687
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
liuhua
6eed115723
Refactor API for document and session (#2819)
### What problem does this PR solve?
Refactor API for document and session.
### Type of change
- [x] Refactoring
---------
Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
1 年之前
liuhua
a20b82092f
Refactor Chat API (#2804)
### What problem does this PR solve?
Refactor Chat API
### Type of change
- [x] Refactoring
---------
Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
1 年之前
Kevin Hu
b3b54680e7
Add query parts to lamp (#2736)
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
38e3475714
refine markdown prompt (#2551)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
1 年之前
Kevin Hu
9bbef8216d
refine reteival of multi-turn conversation (#2520)
### What problem does this PR solve?
#2362 #2484
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
- [x] Performance Improvement
1 年之前
Kevin Hu
01acc3fd5a
fix duplicated llm name betweeen different suppliers (#2477)
### What problem does this PR solve?
#2465
### 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 年之前
Kevin Hu
9f7d187ab3
add elapsed time of conversation (#2316)
### What problem does this PR solve?
#2315
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
abc32803cc
add stream chat with TTS (#2228)
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
5daed10136
make task resumable (#2132)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
1 年之前
Kevin Hu
6d3e3e4e3c
add prompt to message (#2099)
### What problem does this PR solve?
#2098
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Jin Hai
6b3a40be5c
Format file format from Windows/dos to Unix (#1949)
### What problem does this PR solve?
Related source file is in Windows/DOS format, they are format to Unix
format.
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
1 年之前
Kevin Hu
78ed8fe9a5
add doc ids to chat (#1944)
### 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 年之前
Jason Lee
c981a57616
fix: Reference markers in the context may be carried over into the next answer (#1855)
The answer in the context carries reference markers and passes them to
the large model, which may include the markers in the new answer,
leading to abnormal reference points.
```
{'role': 'assistant', 'content': '设置在地下或半地下空间 ##0$$。'}
```

### 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)
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 年之前
H
58df013722
Chat Use CVmodel (#1607)
### What problem does this PR solve?
#1230
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
Kevin Hu
6a5e1d597c
hide referece when disable cite (#1535)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
Kevin Hu
a5a617b7a3
fix ollama max token issue (#1489)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
zhuhao
dcb3fb2073
fix: use user-defined rerank model's top_k parameter when knowledge Q&A conversation (#1396)
### What problem does this PR solve?
During knowledge Q&A conversations, the user-defined rerank model's
top_k parameter was not used
#1395
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
92e9320657
upgrade laws parser of docx (#1332)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1 年之前
KevinHuSh
abcd3d2469
refactor (#1124)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1 年之前
KevinHuSh
4454ba7a1e
add self-rag (#1070)
### What problem does this PR solve?
#1069
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
KevinHuSh
83803a72ee
fix ollama bug (#999)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
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)
1 年之前
KevinHuSh
daa4799385
limit the system context length of conversation messages. (#962)
### What problem does this PR solve?
#951
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
2b36283712
fix english query bug (#840)
### What problem does this PR solve?
#834
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
673a28e492
fix bug of chat without stream (#830)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
b3c923da6b
add doc ids in API: completion (#827)
### What problem does this PR solve?
#808
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
KevinHuSh
95f809187e
add stream chat (#811)
### What problem does this PR solve?
#709
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
KevinHuSh
038822f3bd
make cites in conversation API configurable (#576)
### What problem does this PR solve?
#566
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
890561703b
Add bce-embedding and fastembed (#383)
### What problem does this PR solve?
Issue link:#326
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
1 年之前
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)
1 年之前
KevinHuSh
fd7fcb5baf
apply pep8 formalize (#155)
1 年之前
KevinHuSh
c5ea37cd30
Add resume parser and fix bugs (#59)
* Update .gitignore
* Update .gitignore
* Add resume parser and fix bugs
1 年之前
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
1 年之前
KevinHuSh
9bf75d4511
add dialog api (#33)
1 年之前
KevinHuSh
6be3dd56fa
rename web_server to api (#29)
* add front end code
* change licence
* rename web_server to API
* change name to web_server
1 年之前
KevinHuSh
30791976d5
build python version rag-flow (#21)
* clean rust version project
* clean rust version project
* build python version rag-flow
1 年之前