Skip to content

Commit aed661c

Browse files
committed
mention qwen14b
1 parent 364b242 commit aed661c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/use-cases/AI_ML/MCP/ollama.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,5 @@ And `/tools` to list the tools available:
182182
We can then ask the model questions about the databases/tables available in the ClickHouse SQL playground.
183183

184184
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

Comments
 (0)