"vscode:/vscode.git/clone" did not exist on "0cb78a2fc2a5463ce8e84b56388f28e02e1c1d06"
  • nicole pardal's avatar
    embeddings: added embedding command for cl (#12795) · 1ca608bc
    nicole pardal authored
    
    Co-authored-by: default avatarA-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)
    1ca608bc
cli.mdx 1.13 KB