Package: quackingllama 0.0.0.9013

quackingllama: Process text with Ollama, retrieve structured results, cache them locally in DuckDB
Process text with Ollama, store results in DuckDB.
Authors:
quackingllama_0.0.0.9013.tar.gz
quackingllama_0.0.0.9013.zip(r-4.5)quackingllama_0.0.0.9013.zip(r-4.4)quackingllama_0.0.0.9013.zip(r-4.3)
quackingllama_0.0.0.9013.tgz(r-4.5-any)quackingllama_0.0.0.9013.tgz(r-4.4-any)quackingllama_0.0.0.9013.tgz(r-4.3-any)
quackingllama_0.0.0.9013.tar.gz(r-4.5-noble)quackingllama_0.0.0.9013.tar.gz(r-4.4-noble)
quackingllama_0.0.0.9013.tgz(r-4.4-emscripten)quackingllama_0.0.0.9013.tgz(r-4.3-emscripten)
quackingllama.pdf |quackingllama.html✨
quackingllama/json (API)
# Install 'quackingllama' in R: |
install.packages('quackingllama', repos = c('https://giocomai.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/giocomai/quackingllama/issues
Pkgdown site:https://giocomai.github.io
Last updated 3 days agofrom:aafa6e5075. Checks:1 OK, 6 WARNING, 2 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 28 2025 |
R-4.5-win | WARNING | Mar 28 2025 |
R-4.5-mac | WARNING | Mar 28 2025 |
R-4.5-linux | WARNING | Mar 28 2025 |
R-4.4-win | WARNING | Mar 28 2025 |
R-4.4-mac | WARNING | Mar 28 2025 |
R-4.4-linux | WARNING | Mar 28 2025 |
R-4.3-win | ERROR | Mar 28 2025 |
R-4.3-mac | ERROR | Mar 28 2025 |
Exports:ql_disable_dbql_enable_dbql_generateql_get_db_optionsql_get_modelsql_get_optionsql_hashql_promptql_read_imagesql_requestql_set_db_optionsql_set_options
Dependencies:askpassbase64encclicurlDBIdplyrduckdbfansifastmapfsgenericsgluehttpuvhttr2jsonlitelaterlifecyclemagrittropensslpillarpkgconfigpromisespurrrR6rappdirsRcpprlangstringistringrsystibbletidyselectutf8vctrswithryyjsonr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Disable caching for the current session | ql_disable_db |
Enable storing data in a database for the current session | ql_enable_db |
Generate a response and return the result in a data frame | ql_generate |
Retrieve | ql_get_db_options |
Get available models | ql_get_models |
Get options | ql_get_options |
Hash all inputs relevant to the call to the LLM and create a hash to be used for caching. | ql_hash |
Generate a data frame with all relevant inputs for the LLM. | ql_prompt |
Read image in order to pass it to multimodal models | ql_read_images |
Create 'httr2' request for both generate and chat endpoints | ql_request |
Set options for the local database and enables caching | ql_set_db_options |
Set basic options for the current session. | ql_set_options |