Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
generic_hierarchical_embedder
file_chunker
FileChunk
Interface FileChunk
Represents a chunk of text from a file with its original position
interface
FileChunk
{
content
:
string
;
endChar
:
number
;
endLine
:
number
;
filePath
:
string
;
startChar
:
number
;
startLine
:
number
;
}
Hierarchy (
view full
)
FileChunk
EmbeddedChunk
Index
Properties
content
end
Char
end
Line
file
Path
start
Char
start
Line
Properties
content
content
:
string
end
Char
end
Char
:
number
end
Line
end
Line
:
number
file
Path
file
Path
:
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
end
Char
end
Line
file
Path
start
Char
start
Line
Tidyscripts Docs
Loading...
Represents a chunk of text from a file with its original position