Ollama Connection Setup
Follow these steps to connect BonData to your Ollama server.Step 1: Ensure Ollama is Accessible
Your Ollama server must be reachable from the internet. By default, Ollama runs on port11434.
- Verify your server is running and accessible at its public URL
- Test the connection by visiting
https://your-server.com:11434/api/tags- you should see a JSON response listing available models
Step 2: Enter Connection Details
Enter your Ollama server URL in BonData (e.g.,https://ollama.your-server.com:11434).
No API key is required - Ollama uses the server URL for authentication.