# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rbebelm" in publications use:' type: software license: GPL-3.0-or-later title: 'Rbebelm: Native ''BebeLM'', ''EmbeddingGemma'', and ''ColBERT'' CPU Backends for R' version: 0.3.6-0.1.0 abstract: Provides focused R interfaces to the pure-Rust 'BebeLM' CPU inference library and a native pure-Rust implementation of the retrieval-trained 'EmbeddingGemma' encoder , and a native profile for LiquidAI's retrieval-trained LFM2.5-'ColBERT' GGUF encoder. The package exposes GGUF model loading, tokenizer access, semantic text embeddings, late-interaction token vectors and MaxSim scoring, streaming generation events, persistent conversation agents, 'BebeLM' tool-call parsing, R tool dispatch, and Rust-thread async generation jobs. Loaded agents share model weights in process through Rust reference-counted handles, and GGUF files are mapped read-only so repeated loads of the same file can share physical pages through the operating-system page cache. Native libraries are built as runtime-selected CPU backends so portable R binaries can use scalar code by default and optimized SIMD backends when available. authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://rgenomicsetl.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rbebelm commit: 690b70436c2c9583b3c87f0d35e9b99e8caa5670 url: https://sounkou-bioinfo.github.io/Rbebelm date-released: '2026-07-20' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com