RAG conversations (lazy)
entropia_rag_conversations.RdA lazy dplyr::tbl() over the rag_conversations table: one row per
retrieval-augmented chat session.
Arguments
- con
A connection returned by
entropia_connect().
Examples
con <- entropia_connect(system.file("extdata", "entropia-example.sqlite",
package = "entropiaR"
))
entropia_collect(entropia_rag_conversations(con))
#> # A tibble: 1 × 4
#> id title created_at updated_at
#> <chr> <chr> <dttm> <dttm>
#> 1 bbbbbbbb-bbbb-4bbb-8bbb-bbbbbbb… Cons… 2026-01-15 12:12:00 2026-01-15 12:12:40
entropia_disconnect(con)