
Retrieve VSS and BM25
ragnar_retrieve_vss_and_bm25.Rd
Runs ragnar_retrieve_vss()
and ragnar_retrieve_bm25()
and get the distinct
documents.
Arguments
- store
A
RagnarStore
object.- text
A string to find the nearest match too
- top_k
Integer, the number of entries to retrieve using per method.
- ...
Forwarded to
ragnar_retrieve_vss()
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()
,
ragnar_retrieve_bm25()
,
ragnar_retrieve_vss()