Configure and verify Ollama server
mainAfter installation, you need to pull the required vision model and ensure the server is running. Vision Parse requires the llama3.2-vision:11b model.
- Pull the model:
ollama pull llama3.2-vision:11b - Start the server:
ollama serve - Verify the server is responding by checking the version endpoint via curl.
# Pull the required vision model
ollama pull llama3.2-vision:11b
# Start the Ollama server
ollama serve
# Verify server status
curl http://localhost:11434/api/version