ragflow / rag

Commit History

Refactor trie load and construct (#4083)
241b23e

jinhai-2012 commited on

Fix position lost issue. (#4068)
afeb6cb

Kevin Hu commited on

Fix rerank_model bug in chat and markdown bug (#4061)
af2dd36

liuhua liuhua commited on

Added pagerank support to infinity (#4059)
faa9f3e

zhichyu commited on

Cache the result from llm for graphrag and raptor (#4051)
758538f

Kevin Hu commited on

Fix xinfo_groups returns unexpected result (#4026)
dc3a38c

zhichyu commited on

Set task progress on exception (#4025)
047697e

zhichyu commited on

Migrate infinity at startup (#3858)
de65b37

zhichyu commited on

Fix bug in hierarchical_merge function (#4006)
8766c6a

Luo Pan luopan commited on

Replaced md5 with xxhash64 for chunk id (#4009)
4ba2b4f

zhichyu commited on

Try to reuse existing chunks (#3983)
47ea26c

zhichyu commited on

Support debug components. (#3994)
8db6538

Kevin Hu commited on

Add back beartype (#3967)
63cb972

zhichyu commited on

Fixed retrieval TypeError: unhashable type: 'list' (#3966)
e033370

zhichyu commited on

Rename page_num_list, top_list, position_list (#3940)
be98b1d

zhichyu commited on

Fix syn error. (#3953)
86cdc50

Kevin Hu commited on

Fixed log not displaying (#3946)
9e48048

zhichyu commited on

Fix transformers dependencies for slim. (#3934)
01faf42

Kevin Hu commited on

Fix field missing issue. (#3931)
80378de

Kevin Hu commited on

Fix errors detected by Ruff (#3918)
0404a52

zhichyu commited on

Feat: Add question parameter to edit chunk modal (#3875)
2d7e5db

Kevin Hu commited on

Fix HuggingFace model error. (#3870)
0dec4cf

Kevin Hu commited on

Fix open AI compatible rerank issue. (#3866)
4e421c5

Kevin Hu commited on

Refine synonym query. (#3855)
1a2e406

Kevin Hu commited on

Fix preview issue in file manager. (#3846)
ccbf14d

Kevin Hu commited on

Change default error message to English (#3838)
d919631

jinhai-2012 commited on

Fix parsing JSON file error (#3829)
43bceb7

jinhai-2012 commited on

Refactor embedding batch_size (#3825)
08913be

zhichyu commited on

Add pagerank to KB. (#3809)
f539fab

Kevin Hu commited on

Fix voyage embedding. (#3818)
449650c

Kevin Hu commited on

Set Log level by env (#3798)
e2bab34

zhichyu commited on

Detect invalid response from api.siliconflow.cn (#3792)
7449fd0

zhichyu commited on

add jina new models in jina connector (#3770)
e5a1268

devMls commited on

Refactor parse progress (#3781)
26d4422

jinhai-2012 commited on

Update file parsing progress info (#3780)
f1351d2

jinhai-2012 commited on

Update progress info and start welcome info (#3768)
6e567cd

jinhai-2012 commited on

Fix chunk creation using Infinity (#3763)
1427166

jinhai-2012 commited on

Weight up title and keywords for chunks in terms of retrieval (#3750)
8f62ce9

Kevin Hu commited on

Pass top_p to ollama (#3744)
2c75739

zhichyu commited on

Fix raptor issue (#3737)
9c8f077

Kevin Hu commited on

Don't log exception if object doesn't exist (#3724)
5843365

zhichyu commited on

Fix error response (#3719)
9c6d79f

Kevin Hu jinhai-2012 commited on

Add more web test cases (#3702)
0a05763

jinhai-2012 commited on

Detect shape error of embedding (#3710)
e23293e

zhichyu commited on

Fix RGBA error (#3707)
d3fd174

kuschzzp commited on

Edit chunk shall update instead of insert it (#3709)
1b2aab6

zhichyu commited on

Fix batch size issue. (#3675)
c9d78b3

Kevin Hu commited on

Always open text file for write with UTF-8 (#3688)
9a73da2

zhichyu commited on

Fix graphrag + infinity bugs (#3681)
bcf5fd5

zhichyu commited on