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: Others/Windows.md
+76-63
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# LangGraph GUI Setup on Windows
1
+
# LangGraph GUI Setup on Windows
2
2
3
-
This guide will help you set up and run the LangGraph-GUI, both backend and frontend, on a Windows environment.
3
+
This guide will help you set up and run the LangGraph-GUI, both backend and frontend, on a Windows environment, using environment variables for backend port and Ollama URL.
4
4
5
5
## Prerequisites
6
6
@@ -12,85 +12,98 @@ Before you begin, ensure you have the following installed on your system:
12
12
13
13
## Backend Setup
14
14
15
-
1.**Open a PowerShell Terminal**
16
-
Open a PowerShell terminal window to start the setup process.
17
-
18
-
2.**Create a Conda Environment (Optional)**
19
-
Create a new Conda environment for the LangGraph backend:
20
-
```bash
21
-
conda create --name langgraph-backend python=3.11
22
-
```
23
-
Activate your new environment:
24
-
```bash
25
-
conda activate langgraph-backend
26
-
```
27
-
28
-
4.**Clone the Backend Repository**
29
-
Clone the LangGraph backend repository from GitHub:
0 commit comments