balibabu
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)
8e109c7
export enum ChunkTextMode { | |
Full = 'full', | |
Ellipse = 'ellipse', | |
} | |