Skip to content

reneca/ProSA-Ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProSA Ollama

ProSA processor to handle Ollama API.

It leverages the Ollama-rs crate to handle Ollama calls.

With this processor, you can:

  • Download Ollama models
  • List available Ollama models
  • Get detailed information about a specific model
  • Make AI requests
  • Request AI embeddings

Configuration

To configure your processor, you need to set the following parameters:

ollama:
  url: "http://localhost:11434"
  models:
    - "mistral"
    - "devstral"
  service: "PROC_SERVICE_NAME"

About

ProSA processor for Ollama

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages