KevinHuSh
a7bd427116
add locally deployed llm (#841)
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
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)
před 1 rokem
KevinHuSh
f6a599461f
fix zhipuAI stream issue (#825)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
d1614107e2
fix stream chat for ollama (#816)
### What problem does this PR solve?
#709
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
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)
před 1 rokem
KevinHuSh
aa1c915d6e
support gpt-4o (#773)
### What problem does this PR solve?
#771
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
KevinHuSh
4153a36683
truncate text to fitin embedding model (#692)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
před 1 rokem
KevinHuSh
eb27a4309e
add support for deepseek (#668)
### What problem does this PR solve?
#666
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
Fakai Zhao
de839fc3f0
optimize srv broker and executor logic (#630)
### What problem does this PR solve?
Optimize task broker and executor for reduce memory usage and deployment
complexity.
### Type of change
- [x] Performance Improvement
- [x] Refactoring
### Change Log
- Enhance redis utils for message queue(use stream)
- Modify task broker logic via message queue (1.get parse event from
message queue 2.use ThreadPoolExecutor async executor )
- Modify the table column name of document and task (process_duation ->
process_duration maybe just a spelling mistake)
- Reformat some code style(just what i see)
- Add requirement_dev.txt for developer
- Add redis container on docker compose
---------
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
před 1 rokem
KevinHuSh
674b3aeafd
fix disable and enable llm setting in dialog (#616)
### What problem does this PR solve?
#614
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
2af74cc494
refine docker layers (#606)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
před 1 rokem
KevinHuSh
9d60a84958
refactor code (#583)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
před 1 rokem
KevinHuSh
66f8d35632
Refactor (#537)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
před 1 rokem
KevinHuSh
3610e1e5b4
fix ollama issuet push (#486)
### What problem does this PR solve?
#477
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
453c29170f
make sure the models will not be load twice (#422)
### What problem does this PR solve?
#381
### Type of change
- [x] Refactoring
před 1 rokem
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)
před 1 rokem
Anush
826ad6a33a
feat: FastEmbed embedding support (#291)
### Description
Following up on https://github.com/infiniflow/ragflow/pull/275 , this PR
adds support for FastEmbed model configurations.
The options are not exhaustive. You can find the full list
[here](https://qdrant.github.io/fastembed/examples/Supported_Models/ ).
P.S. I ran into OOM issues when building the image.
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: KevinHuSh <kevinhu.sh@gmail.com>
před 1 rokem
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)
před 1 rokem
KevinHuSh
8ffc09cb5c
Support Xinference (#321)
### What problem does this PR solve?
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
KevinHuSh
91068edf16
Support Xinference (#320)
### What problem does this PR solve?
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
KevinHuSh
f6c7204002
refine log format (#312)
### What problem does this PR solve?
Issue link:#264
### Type of change
- [x] Documentation Update
- [x] Refactoring
před 1 rokem
KevinHuSh
653c759d8d
resolve issure to call ZH?IPUAI (#277)
### What problem does this PR solve?
Issue link:#265
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
6748872b0b
remove presence_penalty for chatglm (#268)
### What problem does this PR solve?
Issue link:#265
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
3708b97db9
Support Ollama (#261)
### What problem does this PR solve?
Issue link:#221
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
před 1 rokem
KevinHuSh
23b448cf96
fix docker compose issue (#238)
### 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._
Issue link:#[[Link the issue
here](https://github.com/infiniflow/ragflow/issues/226 )]
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
před 1 rokem
KevinHuSh
121c7a5681
refine error response, add set api-key MD (#178)
před 1 rokem
KevinHuSh
e876f58b4c
refine readme (#170)
před 1 rokem
KevinHuSh
38e5737067
add base url for OpenAI (#166)
před 1 rokem
KevinHuSh
a5384446e3
let's load model from local (#163)
před 1 rokem
KevinHuSh
bf2e3d7fc1
refine OpenAi Api (#159)
před 1 rokem
KevinHuSh
fd7fcb5baf
apply pep8 formalize (#155)
před 1 rokem
KevinHuSh
979b3a5b4b
support snapshot download from local (#153)
* support snapshot download from local
* let snapshot download from local
před 1 rokem
KevinHuSh
da21320b88
fix plainPdf bugs (#152)
před 1 rokem
KevinHuSh
5875c8ba08
Add 'One' chunk method (#137)
před 1 rokem
KevinHuSh
2447f95629
add Moonshot, debug my_llm (#126)
před 1 rokem
KevinHuSh
675a9f8d9a
add dockerfile for cuda envirement. Refine table search strategy, (#123)
před 1 rokem
KevinHuSh
f1f09df901
add local llm implementation (#119)
před 1 rokem
KevinHuSh
2d7c9080f4
deal with stop reason being length problem (#109)
před 1 rokem
KevinHuSh
8a57f2afd5
change callback strategy, add timezone to docker (#96)
před 1 rokem
KevinHuSh
4568a4b2cb
refine admin initialization (#75)
před 1 rokem
KevinHuSh
7fd1eca582
init README of deepdoc, add picture processer. (#71)
* init README of deepdoc, add picture processer.
* add resume parsing
před 1 rokem
KevinHuSh
a8294f2168
Refine resume parts and fix bugs in retrival using sql (#66)
před 1 rokem
KevinHuSh
5e0a689c43
refactor retieval_test, add SQl retrieval methods (#61)
před 1 rokem
KevinHuSh
e32ef75e99
Test chat API and refine ppt chunker (#42)
před 1 rokem
KevinHuSh
34b2ab3b2f
Test APIs and fix bugs (#41)
před 1 rokem
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
před 1 rokem
KevinHuSh
4a858d33b6
add conversation API (#35)
před 1 rokem
KevinHuSh
9bf75d4511
add dialog api (#33)
před 1 rokem
KevinHuSh
c372afe40a
change licence (#28)
* add front end code
* change licence
před 1 rokem
KevinHuSh
3198faf2d2
add alot of api (#23)
* clean rust version project
* clean rust version project
* build python version rag-flow
* add alot of api
před 1 rokem