Commit Graph

5 Commits

Author SHA1 Message Date
code4me2 aacb25e1be docs: add MCP integration documentation
Comprehensive documentation for the MCP (Model Context Protocol) feature.

Contents:
- Architecture overview with component diagram
- Quick start guide with examples
- Server configuration reference
- Auto-enable modes (never, always, with_path, if_match)
- Conditional enabling (file_exists, env_set)
- Security configuration
- Multi-server setup examples
- Troubleshooting guide
- PR description with security review checklist

Relates to #7865
2025-12-28 15:06:47 -08:00
nicole pardal 1ca608bcd1
embeddings: added embedding command for cl (#12795)
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)
2025-11-05 11:58:03 -08:00
Parth Sareen 3d99d9779a
docs: add docs for docs.ollama.com (#12805) 2025-10-28 13:18:48 -07:00
Parth Sareen 5483497d7a
Revert "docs: add reference to docs.ollama.com (#12800)" (#12803)
This reverts commit 934dd9e196.
2025-10-28 12:52:49 -07:00
Parth Sareen 934dd9e196
docs: add reference to docs.ollama.com (#12800) 2025-10-28 12:44:02 -07:00