ragflow / api /ragflow_server.py

Commit History

Removed beartype (#3528)
51c0b88

zhichyu commited on

Warning instead of exception on type mismatch (#3523)
7605a07

zhichyu commited on

Introduced beartype (#3460)
eae0334

zhichyu commited on

Move settings initialization after module init phase (#3438)
6101699

jinhai-2012 commited on

Rework task executor heartbeat (#3430)
362b09b

zhichyu commited on

Print configs when startup RAGFlow server (#3414)
5661fd5

jinhai-2012 commited on

Update version display on web UI (#3405)
d66c623

jinhai-2012 commited on

Use consistent log file names, introduced initLogger (#3403)
8bc2fc9

zhichyu commited on

Print version when RAGFlow server startup (#3393)
d7fa9e2

jinhai-2012 Kevin Hu commited on

Add enviroment validation at server startup phase (#3388)
b6c5e1b

Zhiyuan Liang jinhai-2012 zhichyu commited on

Rework logging (#3358)
22fe41e

zhichyu commited on

feat: docs for api endpoints to generate openapi specification (#3109)
19e6d59

Matej Horník commited on

add API for tenant function (#2866)
ab87187

Kevin Hu commited on

Add build image and launch from source in README (#2658)
434b253

jinhai-2012 commited on

Rework Dockerfile.scratch (#2525)
59ca130

zhichyu commited on

Format file format from Windows/dos to Unix (#1949)
aeb6dbc

jinhai-2012 commited on

refine db connection (#1494)
210b45f

Kevin Hu commited on

fix ollama max token issue (#1489)
c832019

Kevin Hu commited on

optimize srv broker and executor logic (#630)
1d93b24

fkzhao Kevin Hu commited on

Refine README (#118)
2fd3125

KevinHuSh commited on

resolve the issue of naive parser (#87)
ce95639

KevinHuSh commited on

add dockerfile and fix trival bugs (#78)
8887e47

KevinHuSh commited on

remove unused codes, seperate layout detection out as a new api. Add new rag methed 'table' (#55)
407b252

KevinHuSh commited on

llm configuation refine and trievalTest API refine (#40)
484e5ab

KevinHuSh commited on

add dialog api (#33)
9bf75d4

KevinHuSh commited on

rename web_server to api (#29)
6be3dd5

KevinHuSh commited on