ragnar_store_insert: Insert chunks into a 'RagnarStore'

View source: R/store.R

ragnar_store_insertR Documentation

Insert chunks into a RagnarStore

Description

Insert chunks into a RagnarStore

Usage

ragnar_store_insert(store, chunks)

Arguments

store

a RagnarStore object

chunks

a character vector or a dataframe with a text column, and optionally, a pre-computed embedding matrix column. If embedding is not present, then store@embed() is used. chunks can also be a character vector.

Value

store, invisibly.


ragnar documentation built on Aug. 8, 2025, 7:07 p.m.