feat: datasets hit-testing retrieve chunking detail answer when docum… (#24600)

Co-authored-by: lijiezhao@perfect99.com <lijiezhao@perfect99.com>
This commit is contained in:
墨绿色
2025-08-27 16:04:57 +08:00
committed by GitHub
parent f04844435f
commit 85b0b8373b
2 changed files with 27 additions and 7 deletions

View File

@@ -545,6 +545,7 @@ export type Segment = {
keywords: string[]
hit_count: number
index_node_hash: string
answer: string
}
export type Document = {