mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
Fixed an issue where cited webpages could not be opened during online searches. (#16840)
This commit is contained in:
@@ -167,6 +167,7 @@ export interface IChunk {
|
||||
doc_id: string;
|
||||
doc_name: string;
|
||||
doc_type_kwd?: ChunkDocType;
|
||||
document_url?: string;
|
||||
image_id: string;
|
||||
important_kwd?: string[];
|
||||
question_kwd?: string[]; // keywords
|
||||
|
||||
Reference in New Issue
Block a user