Skip to content

Conversation

@kelvinvelasquez-SDE
Copy link

Fixes #12011

Description

This PR addresses user confusion regarding the ollama integration documentation. Users reported that the examples using ollama_engine were inconsistent with the working behavior which expects ollama.

Changes

  • Updated docs/integrations/ai-engines/ollama.mdx to use ollama as the engine name in CREATE ML_ENGINE and USING clauses.
  • Updated mindsdb/integrations/handlers/ollama_handler/README.md to match the documentation and ensure consistency.

Verification

  • Verified that the SQL examples are now internally consistent and match the reported working configuration.

@github-actions
Copy link

github-actions bot commented Dec 19, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Comment on lines 63 to 69
CREATE MODEL llama3_model
PREDICT completion
USING
engine = 'ollama_engine',
engine = 'ollama',
model_name = 'llama3';
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correctness: Change 'engine' to 'ollama' to match the correct engine name and avoid runtime errors.

@kelvinvelasquez-SDE
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@kelvinvelasquez-SDE
Copy link
Author

recheck

@kelvinvelasquez-SDE
Copy link
Author

recheck

github-actions bot added a commit that referenced this pull request Dec 19, 2025
@martyna-mindsdb
Copy link
Contributor

Thanks @kelvinvelasquez-SDE

The working behavior does not expect ollama. If you use any name consistently, it could be either ollama or ollama_engine or any other, this will work. Therefore, closing this PR.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: error in Ollama documentation

2 participants