You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/use-cases/AI_ML/MCP/ollama.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,4 +182,5 @@ And `/tools` to list the tools available:
182
182
We can then ask the model questions about the databases/tables available in the ClickHouse SQL playground.
183
183
184
184
In our experience when using smaller models (the default qwen3 model has 8 billion parameters), you'll need to be more specific about what you'd like it to do.
185
-
For example, you'll need to explicitly ask it to list the databases and tables rather than straight away asking it to query a certain table.
185
+
For example, you'll need to explicitly ask it to list the databases and tables rather than straight away asking it to query a certain table.
186
+
You can partially eleviate this problem by using a large model (e.g. qwen3:14b), but that will run more slowly on consumer hardware.
0 commit comments