Package: quackingllama 0.1.0.9002

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.9002.tar.gz
quackingllama_0.1.0.9002.zip(r-4.7-any)quackingllama_0.1.0.9002.zip(r-4.6-any)quackingllama_0.1.0.9002.zip(r-4.5-any)
quackingllama_0.1.0.9002.tgz(r-4.6-any)quackingllama_0.1.0.9002.tgz(r-4.5-any)
quackingllama_0.1.0.9002.tar.gz(r-4.7-any)quackingllama_0.1.0.9002.tar.gz(r-4.6-any)
quackingllama_0.1.0.9002.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
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:6a0d6f8151. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 174 | ||
| source / vignettes | OK | 230 | ||
| linux-release-x86_64 | WARNING | 176 | ||
| macos-release-arm64 | WARNING | 100 | ||
| macos-oldrel-arm64 | WARNING | 77 | ||
| windows-devel | WARNING | 96 | ||
| windows-release | WARNING | 80 | ||
| windows-oldrel | WARNING | 75 | ||
| wasm-release | OK | 110 |
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 |
