Feat: Display inline (non-quoted) images in the chat and search modules #7623 (#7638)

### What problem does this PR solve?

Feat: Display inline (non-quoted) images in the chat and search modules
#7623

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-05-14 15:44:54 +08:00
committed by GitHub
parent 5a0273e3ea
commit 5d5dbb3bcb
4 changed files with 16 additions and 9 deletions

View File

@ -86,6 +86,7 @@ export interface IReferenceChunk {
vector_similarity: number;
term_similarity: number;
positions: number[];
doc_type?: string;
}
export interface IReference {