Skip to contents

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.