Function create_chunks

Source
pub fn create_chunks(
    doc_id: String,
    content: Vec<String>,
    vectors: Vec<Vec<f32>>,
) -> Vec<Chunk>