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
raw
history blame
70 Bytes
export enum ChunkTextMode {
Full = 'full',
Ellipse = 'ellipse',
}