
Inserts or updates chunks in a RagnarStore
ragnar_store_update.Rd
Inserts or updates chunks in a RagnarStore
Details
chunks
must be a data frame containing origin
and hash
columns.
We first filter out chunks for which origin
and hash
are already in the store.
If an origin
is in the store, but with a different hash
, we all of its chunks
with the new chunks. Otherwise, a regular insert is performed.
This can help spending less time computing embeddings for chunks that are already in the store.