
Retrieve chunks from a RagnarStore
ragnar_retrieve.Rd
ragnar_retrieve()
is a thin wrapper around ragnar_retrieve_vss_and_bm25()
using the recommended best practices.
Value
A dataframe of retrieved chunks. Each row corresponds to an
individual chunk in the store. It always contains a column named text
that contains the chunks.
See also
Other ragnar_retrieve:
ragnar_retrieve_bm25()
,
ragnar_retrieve_vss()
,
ragnar_retrieve_vss_and_bm25()