File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
docs/use-cases/AI_ML/MCP/ai_agent_libraries Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
- You'll need to have ` pip ` installed on your system.
24
24
- You'll need an Anthropic API key, or API key from another LLM provider
25
25
26
- You can run the following steps either from your python REPL or via script.
26
+ You can run the following steps either from your Python REPL or via script.
27
27
28
28
<VerticalStepper headerLevel =" h2 " >
29
29
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ can interact with [ClickHouse's SQL playground](https://sql.clickhouse.com/) usi
16
16
17
17
## Prerequisites {#prerequisites}
18
18
19
- - You'll need to have python installed on your system.
19
+ - You'll need to have Python installed on your system.
20
20
- You'll need to have ` pip ` installed on your system.
21
21
- You'll need an Anthropic API key, or API key from another LLM provider
22
22
23
- You can run the following steps either from your python REPL or via script.
23
+ You can run the following steps either from your Python REPL or via script.
24
24
25
25
:::note Example notebook
26
26
This example can be found as a notebook in the [ examples repository] ( https://github.com/ClickHouse/examples/blob/main/ai/mcp/dspy/dspy.ipynb ) .
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
- You'll need to have ` pip ` installed on your system.
24
24
- You'll need an Anthropic API key, or API key from another LLM provider
25
25
26
- You can run the following steps either from your python REPL or via script.
26
+ You can run the following steps either from your Python REPL or via script.
27
27
28
28
<VerticalStepper headerLevel =" h2 " >
29
29
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
- You'll need to have ` pip ` installed on your system.
24
24
- You'll need an Anthropic API key, or API key from another LLM provider
25
25
26
- You can run the following steps either from your python REPL or via script.
26
+ You can run the following steps either from your Python REPL or via script.
27
27
28
28
<VerticalStepper headerLevel =" h2 " >
29
29
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
- You'll need to have ` pip ` installed on your system.
24
24
- You'll need an OpenAI API key
25
25
26
- You can run the following steps either from your python REPL or via script.
26
+ You can run the following steps either from your Python REPL or via script.
27
27
28
28
<VerticalStepper headerLevel =" h2 " >
29
29
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
- You'll need to have ` pip ` installed on your system.
24
24
- You'll need an Anthropic API key, or API key from another LLM provider
25
25
26
- You can run the following steps either from your python REPL or via script.
26
+ You can run the following steps either from your Python REPL or via script.
27
27
28
28
<VerticalStepper headerLevel =" h2 " >
29
29
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can find the source code for this example in the [examples repository](https
19
19
:::
20
20
21
21
## Prerequisites {#prerequisites}
22
- - You'll need to have python installed on your system.
22
+ - You'll need to have Python installed on your system.
23
23
You'll need to have [ ` uv ` ] ( https://docs.astral.sh/uv/getting-started/installation/ ) installed
24
24
- You'll need an Anthropic API key, or API key from another LLM provider
25
25
You can’t perform that action at this time.
0 commit comments