ollama/cmd
unbiasedcodex c98848f1f8 cmd: preserve relative paths for files and adapters in CreateHandler
Previously, filepath.Base() was used which stripped directory information
from file paths, causing issues when files with the same name existed in
different subdirectories. The second file would overwrite the first in
the map, losing the reference to one of the files.

This change preserves the full relative path, fixing the issue described
in the TODO comments that were also removed.

Fixes #10333
2025-12-06 04:23:54 -03:00
..
bench cmd/bench: support writing benchmark output to file (#13263) 2025-12-04 13:22:41 -08:00
runner Runner for Ollama engine 2025-02-13 17:09:26 -08:00
cmd.go cmd: preserve relative paths for files and adapters in CreateHandler 2025-12-06 04:23:54 -03:00
cmd_test.go embeddings: added embedding command for cl (#12795) 2025-11-05 11:58:03 -08:00
interactive.go bugfix: restore the current runOptions if loading fails in the CLI (#12402) 2025-09-25 18:30:45 -07:00
interactive_test.go server: add webp image input support (#10653) 2025-05-12 20:41:42 -07:00
start.go nolintlint 2024-06-04 11:13:30 -07:00
start_darwin.go mac: handle "keep" named apps (#11031) 2025-06-09 16:29:57 -07:00
start_default.go lint 2024-08-01 17:06:06 -07:00
start_windows.go spawn desktop quickly (#11011) 2025-06-08 09:34:52 -07:00
warn_thinking_test.go add thinking support to the api and cli (#10584) 2025-05-28 19:38:52 -07:00