Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wilson998/ragflow

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: add LongCat-Flash-Chat (infiniflow#9973)

### What problem does this PR solve?

Add LongCat-Flash-Chat from Meituan, deepseek v3.1 from SiliconFlow,
kimi-k2-09-05-preview and kimi-k2-turbo-preview from Moonshot.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

v0.20.4

Toggle v0.20.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: search list permission (infiniflow#9767)

### What problem does this PR solve?

Search list permission.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.20.3

Toggle v0.20.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docs: Updated v0.20.3 release notes (infiniflow#9583)

### What problem does this PR solve?
### Type of change

- [x] Documentation Update

---------

Co-authored-by: Kevin Hu <[email protected]>

v0.20.2

Toggle v0.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix (next search): Optimize the search problem interface and related …

…functions infiniflow#3221 (infiniflow#9569)

### What problem does this PR solve?

Fix (next search): Optimize the search problem interface and related
functions infiniflow#3221

-Add search_id to the retrievval_test interface
-Optimize handleSearchStrChange and handleSearch callbacks to determine
whether to enable AI search based on search configuration

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refa: code format. (infiniflow#9342)

### What problem does this PR solve?


### Type of change

- [x] Refactoring

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Share-log bugs (infiniflow#9172)

### What problem does this PR solve?

Fix Share-log bugs infiniflow#3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Fixed the issue where tag content would overflow the container i…

…nfiniflow#8392 (infiniflow#8393)

### What problem does this PR solve?

Fix: Fixed the issue where tag content would overflow the container
infiniflow#8392
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: catch non-begin component output (infiniflow#7827)

### What problem does this PR solve?

Catch non-begin component output

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.19.x

Toggle v0.19.x's commit message
Fix: catch non-begin component output (infiniflow#7827)

### What problem does this PR solve?

Catch non-begin component output

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refa: knowledge_graph chunk method is deprecated (infiniflow#7220)

### What problem does this PR solve?

The knowledge_graph chunk method is deprecated and should no longer be
used. infiniflow#7184.

### Type of change

- [x] Refactoring