- 05 Nov, 2025 1 commit
-
-
nicole pardal authored
Co-authored-by:A-Akhil <akhilrahul70@gmail.com> This PR introduces a new ollama embed command that allows users to generate embeddings directly from the command line. Added ollama embed MODEL [TEXT...] command for generating text embeddings Supports both direct text arguments and stdin piping for scripted workflows Outputs embeddings as JSON arrays (one per line)
-
- 26 Sep, 2025 1 commit
-
-
Patrick Devine authored
There are two bugs when using `/load <model>` for a model that doesn't exist, namely: 1. it will not restore the current model settings if the current model is a thinking model; and 2. it will crash is the current model is a non-thinking model This bug fix saves the current runOptions and then restores them if the model load doesn't happen. It also fixes the crash happening for non-thinking models.
-
- 25 Sep, 2025 1 commit
-
-
Patrick Devine authored
-
- 23 Sep, 2025 1 commit
-
-
Patrick Devine authored
* auth: fix problems with the ollama keypairs This change adds several fixes including: - reading in the pubkey files correctly - fixing the push unit test to create a keypair file in a temp directory - not return 500 errors for normal status error
-
- 17 Sep, 2025 1 commit
-
-
Patrick Devine authored
-
- 15 May, 2025 1 commit
-
-
Bruce MacDonald authored
When a piece of information has been truncated in the show output an ellipses to indicate that more data has not been displayed
-
- 08 May, 2025 1 commit
-
-
Michael Yang authored
-
- 05 May, 2025 1 commit
-
-
Michael Yang authored
* default max term height * error on out of tree files
-
- 14 Apr, 2025 1 commit
-
-
CYJiang authored
-
- 01 Apr, 2025 1 commit
-
-
Bruce MacDonald authored
With support for multimodal models becoming more varied and common it is important for clients to be able to easily see what capabilities a model has. Retuning these from the show endpoint will allow clients to easily see what a model can do.
-
- 21 Mar, 2025 1 commit
-
-
Patrick Devine authored
-
- 15 Mar, 2025 1 commit
-
-
Patrick Devine authored
This fixes the case where a FROM line in previous modelfile points to a file which may/may not be present in a different ollama instance. We shouldn't be relying on the filename though and instead just check if the FROM line was instead a valid model name and point to that instead.
-
- 13 Mar, 2025 1 commit
-
-
Patrick Devine authored
Add metadata and tensor information to the show command to be able to see more information about a model. This outputs the same data as shown on the model details page on ollama.com
-
- 19 Feb, 2025 1 commit
-
-
yuiseki authored
-
- 16 Jan, 2025 1 commit
-
-
Patrick Devine authored
-
- 11 Jan, 2025 1 commit
-
-
Patrick Devine authored
-
- 30 Nov, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 25 Nov, 2024 1 commit
-
-
Bruce MacDonald authored
After a user pushes their model it is not clear what to do next. Add a link to the output of `ollama push` that tells the user where their model can now be found.
-
- 22 Oct, 2024 1 commit
-
-
Patrick Devine authored
-
- 01 Oct, 2024 1 commit
-
-
Alex Mavrogiannis authored
-
- 11 Sep, 2024 1 commit
-
-
Michael Yang authored
fixes line wrapping on long texts
-
- 10 Aug, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 07 Aug, 2023 1 commit
-
-
cmiller01 authored
-