mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: locate the specific location of the document based on the coordinates of the chunk and add Upload to AssistantSetting (#92)
* feat: add Upload to AssistantSetting * feat: locate the specific location of the document based on the coordinates of the chunk
This commit is contained in:
@ -74,6 +74,7 @@ export interface IChunk {
|
||||
docnm_kwd: string;
|
||||
img_id: string;
|
||||
important_kwd: any[];
|
||||
positions: number[][];
|
||||
}
|
||||
|
||||
export interface ITestingChunk {
|
||||
|
||||
Reference in New Issue
Block a user