Skip to main content

ChunkRow

Type Alias ChunkRow 

Source
pub type ChunkRow = (String, Vec<u8>, Option<Vec<u8>>, usize);
Expand description

A single chunk to insert: (content, embedding_bytes, q8_bytes, token_count_estimate).