Files
ragflow/web/src/pages/add-knowledge/components/knowledge-chunk/constant.ts
balibabu 9703633a57 fix: filter knowledge list by keywords and clear the selected file list after the file is uploaded successfully and add ellipsis pattern to chunk list (#628)
### What problem does this PR solve?

#627 
fix: filter knowledge list by keywords
fix: clear the selected file list after the file is uploaded
successfully
feat: add ellipsis pattern to chunk list

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-30 18:43:26 +08:00

5 lines
70 B
TypeScript

export enum ChunkTextMode {
Full = 'full',
Ellipse = 'ellipse',
}