@elizaos/core v1.0.0-beta.51 / ChunkRow
Interface: ChunkRow
Represents a row structure, typically from a database query related to text chunking or processing.
This interface is quite minimal and seems to be a placeholder or a base for more specific chunk-related types.
The id
would be the unique identifier for the chunk.
It might be used when splitting large documents into smaller, manageable pieces for embedding or analysis.
Properties​
id​
id:
string
The unique identifier for this chunk of text.