Package: rollama 0.2.0
rollama: Communicate with 'Ollama' to Run Large Language Models Locally
Wraps the 'Ollama' <https://ollama.com> API, which can be used to communicate with generative large language models locally.
Authors:
rollama_0.2.0.tar.gz
rollama_0.2.0.tar.gz(r-4.5-noble)rollama_0.2.0.tar.gz(r-4.4-noble)
rollama_0.2.0.tgz(r-4.4-emscripten)rollama_0.2.0.tgz(r-4.3-emscripten)
rollama.pdf |rollama.html✨
rollama/json (API)
NEWS
# Install 'rollama' in R: |
install.packages('rollama', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jbgruber/rollama/issues
Pkgdown site:https://jbgruber.github.io
Last updated 20 days agofrom:68a82b16be. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 06 2024 |
R-4.5-linux | OK | Dec 06 2024 |
Exports:chatchat_historycheck_model_installedcopy_modelcreate_modeldelete_modelembed_textlist_modelsmake_querynew_chatping_ollamapull_modelqueryshow_model
Dependencies:askpasscallrclicurldplyrfansigenericsgluehttr2jsonlitelifecyclemagrittropensslpillarpkgconfigprettyunitsprocessxpspurrrR6rappdirsrlangsystibbletidyselectutf8vctrswithr
annotation
Rendered fromannotation.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-12-06
Started: 2024-01-30
Hugging Face Models
Rendered fromhf-gguf.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-12-06
Started: 2024-12-06
image-annotation
Rendered fromimage-annotation.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-12-06
Started: 2024-01-30
text-embedding
Rendered fromtext-embedding.Rmd
usingknitr::rmarkdown
on Dec 06 2024.Last update: 2024-12-06
Started: 2024-01-30
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Handle conversations | chat_history new_chat |
Check if one or several models are installed on the server | check_model_installed |
Create a model from a Modelfile | create_model |
Generate Embeddings | embed_text |
List models that are available locally. | list_models |
Generate and format queries for a language model | make_query |
Ping server to see if Ollama is reachable | ping_ollama |
Pull, show and delete models | copy_model delete_model pull_model show_model |
Chat with a LLM through Ollama | chat query |
rollama Options | rollama-options |