{
  "_id": "6a12cd4facfb0bcc41d218de",
  "Package": "RAGFlowChainR",
  "Type": "Package",
  "Title": "Retrieval-Augmented Generation (RAG) Workflows in R with Local\nand Web Search",
  "Version": "0.1.7",
  "Authors@R": "person(given = \"Kwadwo Daddy Nyame\",\nfamily = \"Owusu Boakye\",\nemail = \"kwadwo.owusuboakye@outlook.com\",\nrole = c(\"aut\", \"cre\"))",
  "Maintainer": "Kwadwo Daddy Nyame Owusu Boakye\n<kwadwo.owusuboakye@outlook.com>",
  "Description": "Enables Retrieval-Augmented Generation (RAG) workflows in\nR by combining local vector search using 'DuckDB' with optional\nweb search via the 'Tavily' API. Supports 'OpenAI'- and\n'Ollama'-compatible embedding models, full-text and 'HNSW'\n(Hierarchical Navigable Small World) indexing, and modular\nlarge language model (LLM) invocation. Designed for advanced\nquestion-answering, chat-based applications, and\nproduction-ready AI pipelines. This package is the R equivalent\nof the 'python' package 'RAGFlowChain' available at\n<https://pypi.org/project/RAGFlowChain/>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/knowusuboaky/RAGFlowChainR,\nhttps://knowusuboaky.github.io/RAGFlowChainR/",
  "BugReports": "https://github.com/knowusuboaky/RAGFlowChainR/issues",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev\nlibharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev\nlibwebp-dev libxml2-dev libssl-dev libpoppler-cpp-dev\npoppler-data xz-utils",
  "Repository": "https://knowusuboaky.r-universe.dev",
  "Date/Publication": "2026-02-22 18:07:03 UTC",
  "RemoteUrl": "https://github.com/knowusuboaky/ragflowchainr",
  "RemoteRef": "HEAD",
  "RemoteSha": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 10:01:56 UTC",
    "User": "root"
  },
  "Author": "Kwadwo Daddy Nyame Owusu Boakye [aut, cre]",
  "MD5sum": "cf8d763810f2a9feaefc0508d82bf12e",
  "_user": "knowusuboaky",
  "_type": "src",
  "_file": "RAGFlowChainR_0.1.7.tar.gz",
  "_fileid": "3df005cb30aeb53703770f3c661fb2112becffbdcca251eca7534bd67634259a",
  "_filesize": 1618788,
  "_sha256": "3df005cb30aeb53703770f3c661fb2112becffbdcca251eca7534bd67634259a",
  "_created": "2026-05-24T10:01:56.000Z",
  "_published": "2026-05-24T10:05:03.853Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77588891459,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184245456"
    },
    {
      "job": 77588891453,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184244835"
    },
    {
      "job": 77588891461,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184239891"
    },
    {
      "job": 77588891447,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184240561"
    },
    {
      "job": 77588694815,
      "time": 199,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184230441"
    },
    {
      "job": 77588891445,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184243667"
    },
    {
      "job": 77588891457,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184237945"
    },
    {
      "job": 77588891449,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184237931"
    },
    {
      "job": 77588891455,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184238014"
    }
  ],
  "_buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/knowusuboaky/ragflowchainr",
  "_commit": {
    "id": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
    "author": "knowusuboaky <knowusuboaky@mun.ca>",
    "committer": "knowusuboaky <knowusuboaky@mun.ca>",
    "message": "Fix README.md trailing slashes to match generated output\n",
    "time": 1771783623
  },
  "_maintainer": {
    "name": "Kwadwo Daddy Nyame Owusu Boakye",
    "email": "kwadwo.owusuboakye@outlook.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "duckdb",
      "version": ">= 0.10.0",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "pdftools",
      "role": "Imports"
    },
    {
      "package": "officer",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "VectrixDB",
      "role": "Suggests"
    }
  ],
  "_owner": "knowusuboaky",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-21",
      "n": 3
    },
    {
      "week": "2026-07",
      "n": 8
    },
    {
      "week": "2026-08",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "knowusuboaky",
      "count": 49,
      "uuid": 64245732
    }
  ],
  "_userbio": {
    "uuid": 64245732,
    "type": "user",
    "name": "knowusuboaky"
  },
  "_downloads": {
    "count": 216,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RAGFlowChainR"
  },
  "_devurl": "https://github.com/knowusuboaky/ragflowchainr",
  "_pkgdown": "https://knowusuboaky.github.io/RAGFlowChainR/",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/RAGFlowChainR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/knowusuboaky/ragflowchainr",
  "_realowner": "knowusuboaky",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-24"
    },
    {
      "version": "0.1.1",
      "date": "2025-04-24"
    },
    {
      "version": "0.1.2",
      "date": "2025-04-29"
    },
    {
      "version": "0.1.3",
      "date": "2025-05-20"
    },
    {
      "version": "0.1.4",
      "date": "2025-05-27"
    },
    {
      "version": "0.1.5",
      "date": "2025-05-27"
    },
    {
      "version": "0.1.6",
      "date": "2026-02-22"
    },
    {
      "version": "0.1.7",
      "date": "2026-02-22"
    }
  ],
  "_exports": [
    "build_vector_index",
    "create_rag_chain",
    "create_vectorstore",
    "embed_openai",
    "fetch_data",
    "insert_vectors",
    "search_vectors"
  ],
  "_help": [
    {
      "page": "create_rag_chain",
      "title": "create_rag_chain.R Overview",
      "topics": [
        "create_rag_chain"
      ]
    },
    {
      "page": "create_vectorstore",
      "title": "Embed text with OpenAI",
      "topics": [
        "build_vector_index",
        "create_vectorstore",
        "embed_openai",
        "insert_vectors",
        "search_vectors"
      ]
    },
    {
      "page": "fetch_data",
      "title": "Fetch data from local files and websites",
      "topics": [
        "fetch_data"
      ]
    }
  ],
  "_readme": "https://github.com/knowusuboaky/ragflowchainr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "cli",
    "cpp11",
    "curl",
    "DBI",
    "dplyr",
    "duckdb",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "officer",
    "openssl",
    "pdftools",
    "pillar",
    "pkgconfig",
    "purrr",
    "qpdf",
    "R6",
    "ragg",
    "Rcpp",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "xml2",
    "zip"
  ],
  "_score": 4.258876629372131,
  "_indexed": true,
  "_nocasepkg": "ragflowchainr",
  "_universes": [
    "knowusuboaky"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-24T10:04:28.000Z",
      "distro": "noble",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "99e539d5639194e5f7c5fa5b4c117ff9949bc185ed8daba112db32fc6a15152d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-24T10:04:23.000Z",
      "distro": "noble",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "3761f10b0ca9bfceb349b40a64631a1fb4f2da5255999c40bac87947e4500700",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-24T10:03:38.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "47320c6c40c7dd5efaae94c71e4837be05208ec7af3f598c016c894841182e7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-24T10:03:42.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "571c7488204646d392d3cdd125ae220fdd68f9a285b4f763bfa0b9220b07f82a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-05-24T10:04:25.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "a2ef9256497b14ffdcb2e9a60e5bfeb7f863f5a55a0baccbc1313fa3b47e0a89",
      "status": "success",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-24T10:03:11.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "11165da43ced232e3f979ea025c5f8bc3f649a7a0ed26c99cf0c30a2ff57f113",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-24T10:03:10.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "39048fd575b7b25aa90e78b25a9815ce200098891c6157403ba4dbc5480fed61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-24T10:03:12.000Z",
      "commit": "89378bea42d256bfd3b5b87d1868d355c80c62a7",
      "fileid": "7119dfeb7f696d910790fff381e118f9b3a210835b0aac65ae637f78d64b2fbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26358181848"
    }
  ]
}