Skip to content

Commit 70a89fc

Browse files
Merge pull request #99 from shricharan-ks/bug/RHAIENG-5065
BUG : Fix documentation gap in Langgraph based Agent templates
2 parents b4080a9 + 4a97816 commit 70a89fc

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

agents/langgraph/agentic_rag/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ cd agents/langgraph/agentic_rag
3838
make init
3939
```
4040

41+
### Creating environment
42+
43+
Now you will remove old .venv and create new. Next dependencies will be installed.
44+
45+
```bash
46+
make env
47+
```
48+
4149
### Tracing (optional)
4250

4351
Tracing is optional. If MLflow tracing is required, enable it by uncommenting and setting the following environment variables in the `.env` file.
@@ -108,14 +116,6 @@ DOCS_TO_LOAD=./data/sample_knowledge.txt
108116
- `VECTOR_STORE_PATH` - Absolute path where the Milvus Lite database will be stored. Not used when `VECTOR_STORE_PROVIDER=pgvector`.
109117
- `DOCS_TO_LOAD` - Path to the text file containing documents to load into the vector store. A sample file is provided at `./data/sample_knowledge.txt`.
110118

111-
### Creating environment
112-
113-
Now you will remove old .venv and create new. Next dependencies will be installed.
114-
115-
```bash
116-
make env
117-
```
118-
119119
### Setup Ollama
120120

121121
This will install ollama if it is not installed already. Then pull needed models for local work.

agents/langgraph/human_in_the_loop/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ cd agents/langgraph/human_in_the_loop
4848
make init
4949
```
5050

51+
### Creating environment
52+
53+
Now you will remove old .venv and create new. Next dependencies will be installed.
54+
55+
```bash
56+
make env
57+
```
58+
5159
### Tracing (optional)
5260

5361
Tracing is optional. If MLflow tracing is required, enable it by uncommenting and setting the following environment variables in the `.env` file.
@@ -96,14 +104,6 @@ MLFLOW_WORKSPACE="default"
96104

97105
- You can control how long the application waits for the MLflow server by setting `MLFLOW_HEALTH_CHECK_TIMEOUT` (in seconds, default: `5`).
98106

99-
### Creating environment
100-
101-
Now you will remove old .venv and create new. Next dependencies will be installed.
102-
103-
```bash
104-
make env
105-
```
106-
107107
### Setup Ollama
108108

109109
This will install ollama if it is not installed already. Then pull needed models for local work.

agents/langgraph/react_agent/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ cd agents/langgraph/react_agent
3737
make init
3838
```
3939

40+
### Creating environment
41+
42+
Now you will remove old .venv and create new. Next dependencies will be installed.
43+
44+
```bash
45+
make env
46+
```
47+
4048
### Tracing (optional)
4149

4250
Tracing is optional. If MLflow tracing is required, enable it by uncommenting and setting the following environment variables in the `.env` file.
@@ -85,14 +93,6 @@ MLFLOW_WORKSPACE="default"
8593

8694
- You can control how long the application waits for the MLflow server by setting `MLFLOW_HEALTH_CHECK_TIMEOUT` (in seconds, default: `5`).
8795

88-
### Creating environment
89-
90-
Now you will remove old .venv and create new. Next dependencies will be installed.
91-
92-
```bash
93-
make env
94-
```
95-
9696
### Setup Ollama
9797

9898
This will install ollama if it is not installed already. Then pull needed models for local work.

agents/langgraph/react_with_database_memory/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ cd agents/langgraph/react_with_database_memory
4747
make init
4848
```
4949

50+
### Creating environment
51+
52+
Now you will remove old .venv and create new. Next dependencies will be installed.
53+
54+
```bash
55+
make env
56+
```
57+
5058
### Tracing (optional)
5159

5260
Tracing is optional. If MLflow tracing is required, enable it by uncommenting and setting the following environment variables in the `.env` file.
@@ -137,14 +145,6 @@ createdb agent_memory
137145

138146
The database tables are created automatically on first run -- no manual schema setup is needed.
139147

140-
### Creating environment
141-
142-
Now you will remove old .venv and create new. Next dependencies will be installed.
143-
144-
```bash
145-
make env
146-
```
147-
148148
### Setup Ollama
149149

150150
This will install ollama if it is not installed already. Then pull needed models for local work.

0 commit comments

Comments
 (0)