mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
### What problem does this PR solve? feat: Added UI functions related to data-flow knowledge base #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export enum ChunkTextMode {
|
|
Full = 'full',
|
|
Ellipse = 'ellipse',
|
|
}
|