Package: quackingllama 0.1.0.9001

quackingllama: Process text with Ollama, retrieve structured results, cache them locally in DuckDB
Process text with Ollama, store results in DuckDB.
Authors:
quackingllama_0.1.0.9001.tar.gz
quackingllama_0.1.0.9001.zip(r-4.7)quackingllama_0.1.0.9001.zip(r-4.6)quackingllama_0.1.0.9001.zip(r-4.5)
quackingllama_0.1.0.9001.tgz(r-4.6-any)quackingllama_0.1.0.9001.tgz(r-4.5-any)
quackingllama_0.1.0.9001.tar.gz(r-4.7-any)quackingllama_0.1.0.9001.tar.gz(r-4.6-any)
quackingllama_0.1.0.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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/docs site:https://giocomai.github.io
Last updated from:dde0975876. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 118 | ||
| source / vignettes | OK | 206 | ||
| linux-release-x86_64 | WARNING | 123 | ||
| macos-release-arm64 | WARNING | 74 | ||
| macos-oldrel-arm64 | WARNING | 82 | ||
| windows-devel | WARNING | 101 | ||
| windows-release | WARNING | 83 | ||
| windows-oldrel | WARNING | 72 | ||
| wasm-release | OK | 112 |
Exports:ql_disable_dbql_enable_dbql_generateql_get_api_keysql_get_db_optionsql_get_modelsql_get_optionsql_hashql_promptql_read_imagesql_requestql_set_api_keysql_set_db_optionsql_set_optionsql_translate
Dependencies:askpassbase64enccld3clicurlDBIdplyrduckdbfastmapfsgenericsgluehttpuvhttr2jsonlitelaterlifecyclemagrittropensslotelpillarpkgconfigpromisespurrrR6rappdirsRcpprlangstringistringrsystibbletidyselectutf8vctrswithryyjsonr
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 previously set Ollama API keys typically used for cloud models | ql_get_api_keys |
| 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 Ollama API keys typically used for cloud models | ql_set_api_keys |
| Set options for the local database and enables caching | ql_set_db_options |
| Set basic options for the current session. | ql_set_options |
| Translate strings relying on dedicated models | ql_translate |
