Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
generic_hierarchical_embedder
query
ChunkResult
Interface ChunkResult
A chunk result from similarity search
interface
ChunkResult
{
content
:
string
;
contentHash
:
string
;
embeddingId
:
string
;
endChar
:
number
;
endLine
:
number
;
fileId
:
string
;
fileName
?:
string
;
filePath
?:
string
;
id
:
string
;
projectId
:
string
;
startChar
:
number
;
startLine
:
number
;
}
Index
Properties
content
content
Hash
embedding
Id
end
Char
end
Line
file
Id
file
Name?
file
Path?
id
project
Id
start
Char
start
Line
Properties
content
content
:
string
content
Hash
content
Hash
:
string
embedding
Id
embedding
Id
:
string
end
Char
end
Char
:
number
end
Line
end
Line
:
number
file
Id
file
Id
:
string
Optional
file
Name
file
Name
?:
string
Optional
file
Path
file
Path
?:
string
id
id
:
string
project
Id
project
Id
:
string
start
Char
start
Char
:
number
start
Line
start
Line
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
content
Hash
embedding
Id
end
Char
end
Line
file
Id
file
Name
file
Path
id
project
Id
start
Char
start
Line
Tidyscripts Docs
Loading...
A chunk result from similarity search