chunks_deoverlap | R Documentation |
Groups and merges overlapping text chunks from the same origin in the retrieval results.
chunks_deoverlap(store, chunks)
store |
A |
chunks |
A tibble of retrieved chunks, such as the
output of |
When multiple retrieved chunks from the same origin have overlapping character ranges, this function combines them into a single non-overlapping region.
A tibble of de-overlapped chunks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.