Skip to content

Commit 26c8ef8

Browse files
authored
Apply suggestions from code review
1 parent 0b68555 commit 26c8ef8

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

docs/use-cases/AI_ML/MCP/ai_agent_libraries/agno.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
- You'll need to have `pip` installed on your system.
2424
- You'll need an Anthropic API key, or API key from another LLM provider
2525

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.
2727

2828
<VerticalStepper headerLevel="h2">
2929

docs/use-cases/AI_ML/MCP/ai_agent_libraries/dspy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ can interact with [ClickHouse's SQL playground](https://sql.clickhouse.com/) usi
1616

1717
## Prerequisites {#prerequisites}
1818

19-
- You'll need to have python installed on your system.
19+
- You'll need to have Python installed on your system.
2020
- You'll need to have `pip` installed on your system.
2121
- You'll need an Anthropic API key, or API key from another LLM provider
2222

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.
2424

2525
:::note Example notebook
2626
This example can be found as a notebook in the [examples repository](https://github.com/ClickHouse/examples/blob/main/ai/mcp/dspy/dspy.ipynb).

docs/use-cases/AI_ML/MCP/ai_agent_libraries/langchain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
- You'll need to have `pip` installed on your system.
2424
- You'll need an Anthropic API key, or API key from another LLM provider
2525

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.
2727

2828
<VerticalStepper headerLevel="h2">
2929

docs/use-cases/AI_ML/MCP/ai_agent_libraries/llamaindex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
- You'll need to have `pip` installed on your system.
2424
- You'll need an Anthropic API key, or API key from another LLM provider
2525

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.
2727

2828
<VerticalStepper headerLevel="h2">
2929

docs/use-cases/AI_ML/MCP/ai_agent_libraries/openai-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
- You'll need to have `pip` installed on your system.
2424
- You'll need an OpenAI API key
2525

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.
2727

2828
<VerticalStepper headerLevel="h2">
2929

docs/use-cases/AI_ML/MCP/ai_agent_libraries/pydantic-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This example can be found as a notebook in the [examples repository](https://git
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
- You'll need to have `pip` installed on your system.
2424
- You'll need an Anthropic API key, or API key from another LLM provider
2525

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.
2727

2828
<VerticalStepper headerLevel="h2">
2929

docs/use-cases/AI_ML/MCP/ai_agent_libraries/streamlit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can find the source code for this example in the [examples repository](https
1919
:::
2020

2121
## Prerequisites {#prerequisites}
22-
- You'll need to have python installed on your system.
22+
- You'll need to have Python installed on your system.
2323
You'll need to have [`uv`](https://docs.astral.sh/uv/getting-started/installation/) installed
2424
- You'll need an Anthropic API key, or API key from another LLM provider
2525

0 commit comments

Comments
 (0)