File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
learn/generation/langchain/langgraph/02-ollama-langgraph-agent Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1. Install Ollama
4
4
5
- Go to X and install Ollama.
5
+ Go to [ ollama.com ] ( https://ollama.com ) and install Ollama for your respective OS (we recommend running on MacOS if possible) .
6
6
7
7
## 2. (Optional) Create a New Python Environment
8
8
9
9
### Via Conda
10
10
11
+ * Note: you don't need to use ` conda ` , feel free to use your preferred package manager.*
12
+
11
13
```
12
14
conda create -n ollama-langgraph python=3.12
13
15
conda activate ollama-langgraph
14
16
```
15
17
16
- ### Via venv
17
-
18
- TK
19
-
20
18
## 3. Install Required Packages
21
19
22
20
We first install ` poetry ` with:
@@ -33,4 +31,4 @@ poetry install
33
31
34
32
## 4. Run the Notebook
35
33
36
- TK
34
+ Head to ` 02-ollama-langgraph-agent.ipynb ` and continue from there!
You can’t perform that action at this time.
0 commit comments