balibabu
f305776217
feat: save the selected parser to the backend on the upload file page and upload document (#54)
* feat: add pagination to document table
* feat: fetch document list by page
* feat: poll the document list
* feat: upload document
* feat: save the selected parser to the backend on the upload file page
1 yıl önce
KevinHuSh
51482f3e2a
Some document API refined. (#53)
Add naive chunking method to RAG
1 yıl önce
balibabu
7b71fb2db6
feat: modify routing to nested mode and rename document (#52)
* feat: modify routing to nested mode
* feat: rename document
1 yıl önce
balibabu
503735cd1d
feat: Modify the color of the svg icon in the header according to the selected state and feat: extract routing information from the knowledge base into constants (#51)
* feat: Modify the color of the svg icon in the header according to the selected state
* feat: add translation icon to header
* feat: shorten the route length of the knowledge base
* feat: extract routing information from the knowledge base into constants
1 yıl önce
KevinHuSh
e6acaf6738
Add Q&A and Book, fix task running bugs (#50)
1 yıl önce
KevinHuSh
6224edcd1b
Add task moduel, and pipline the task and every parser (#49)
1 yıl önce
balibabu
af3ef26977
feat: layout the knowledge list page and modify the page switching button in the header (#48)
* feat: remove unnecessary 'loading' fields from other files
* feat: layout the knowledge list page
* feat: modify the page switching button in the header
1 yıl önce
balibabu
362ec6c364
feat: remove loading from model and use DvaModel instead of redundant types such as kAModelType (#47)
* feat: use DvaModel instead of redundant types such as kAModelType
* feat: set the type for registerServer
* feat: remove loading from model
1 yıl önce
KevinHuSh
96a1a44cb6
add paper & manual parser (#46)
1 yıl önce
balibabu
04aba1bb65
feat: prevent the user from entering the knowledge base if he is not logged in (#45)
1 yıl önce
balibabu
e1bc1d46e6
feat: install prettier to format code and add react-dev-inspector to locate code in the IDE faster (#44)
* feat: add react-dev-inspector to locate code in the IDE faster
* feat: install prettier to format code
---------
Co-authored-by: yangqianjuan <1072483500@qq.com>
1 yıl önce
KevinHuSh
072f9dd5bc
Add app to rag module: presentaion & laws (#43)
1 yıl önce
KevinHuSh
e32ef75e99
Test chat API and refine ppt chunker (#42)
1 yıl önce
KevinHuSh
34b2ab3b2f
Test APIs and fix bugs (#41)
1 yıl önce
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
1 yıl önce
yqj123
f3dd131403
set port (#39)
* set port
* add knowledge-search
* update text
1 yıl önce
yqj123
103e12b7c2
update api (#38)
1 yıl önce
yqj123
c4f72317a2
update port (#36)
1 yıl önce
KevinHuSh
4a858d33b6
add conversation API (#35)
1 yıl önce
yqj123
fad2ec7cf3
update knowledge_kb (#34)
* update typescript
* add chunk api
* remove useless code
1 yıl önce
KevinHuSh
9bf75d4511
add dialog api (#33)
1 yıl önce
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 yıl önce
KevinHuSh
c372afe40a
change licence (#28)
* add front end code
* change licence
1 yıl önce
KevinHuSh
6b8fc2ce1f
add front end code (#27)
1 yıl önce
KevinHuSh
3859fce6bf
rm wrongly uploaded folder (#24)
1 yıl önce
KevinHuSh
3198faf2d2
add alot of api (#23)
* clean rust version project
* clean rust version project
* build python version rag-flow
* add alot of api
1 yıl önce
KevinHuSh
30791976d5
build python version rag-flow (#21)
* clean rust version project
* clean rust version project
* build python version rag-flow
1 yıl önce
Kould
db8cae3f1e
feat: impl websocket upload file for doc_info (#20)
1 yıl önce
KevinHuSh
d0db329fef
add llm API (#19)
* add llm API
* refine llm API
1 yıl önce
KevinHuSh
cdd956568d
finish add thumbnail to video,image,pdf files (#18)
1 yıl önce
KevinHuSh
3fc700a1d4
build dialog server; add thumbnail to docinfo; (#17)
1 yıl önce
KevinHuSh
3245107dc7
use minio to store uploaded files; build dialog server; (#16)
* format code
* use minio to store uploaded files; build dialog server;
1 yıl önce
KevinHuSh
d4fd138954
Update .env.template
1 yıl önce
Kould
f4d1c724dd
support S3 for file storage (#15)
* feat: support S3 for file storage
* doc: fmt env template
1 yıl önce
KevinHuSh
6858ec5f38
format code (#14)
1 yıl önce
KevinHuSh
8a65ad888e
add seed data generation (#13)
* merge upstream
* add seed data generation
1 yıl önce
KevinHuSh
1eb186a25f
go through smoke test of all API (#12)
* add field progress msg into docinfo; add file processing procedure
* go through upload, create kb, add doc to kb
* smoke test for all API
* smoke test for all API
1 yıl önce
KevinHuSh
72b7b5fae5
Update .env
1 yıl önce
KevinHuSh
249b27c1e0
go through upload, create kb, add doc to kb (#11)
* add field progress msg into docinfo; add file processing procedure
* go through upload, create kb, add doc to kb
1 yıl önce
Kould
d94c6df4a4
feat: Implement authentication (#10)
Co-authored-by: kould <2435992353@qq.com>
1 yıl önce
KevinHuSh
c64dcb929b
Update .env
1 yıl önce
KevinHuSh
b132c4f642
Create docker .env
1 yıl önce
Kould
b772fd3b0b
impl kb_info & dialog_info & doc_info (#9)
* feat: impl kb_info & dialog_info
* feat: impl doc_info apis
1 yıl önce
KevinHuSh
738c322508
add docker compose (#8)
* add docker compose
* add docker compose
1 yıl önce
KevinHuSh
f4456af464
init python part (#7)
1 yıl önce
Kould
95c6cbbf45
fix: created_at & updated_at (#5)
Co-authored-by: kould <2435992353@qq.com>
1 yıl önce
KevinHuSh
57a709cd26
add PR MD (#4)
1 yıl önce
KevinHuSh
c35385aec0
init requirements (#3)
1 yıl önce
Kould
f102c608bb
impl tags api (#2)
1 yıl önce
Kould
c6d0d85ab5
feat: impl dao (#1)
Co-authored-by: kould <2435992353@qq.com>
1 yıl önce