ollama pull phi4
ollama run deepseek-r1:32b
ollama pull llama3.3-70b-instruct-q3_K_M
ollama pull avr/sfr-embedding-mistral
ollama run phi4
ollama run avr/sfr-embedding-mistral
curl http://localhost:11434/api/embeddings -d '{ "model": "avr/sfr-embedding-mistral:<TAG>", "prompt": "Your prompt here" }'
ollama list
LLM_API_KEY = "ollama" LLM_MODEL = "phi4:latest" LLM_PROVIDER = "ollama" LLM_ENDPOINT = "http://localhost:11434/v1" EMBEDDING_PROVIDER = "ollama" EMBEDDING_MODEL = "avr/sfr-embedding-mistral:latest" EMBEDDING_ENDPOINT = "http://localhost:11434/api/embeddings" EMBEDDING_DIMENSIONS = 4096 HUGGINGFACE_TOKENIZER = "Salesforce/SFR-Embedding-Mistral"