File tree Expand file tree Collapse file tree
react_with_database_memory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ cd agents/langgraph/agentic_rag
3838make 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
4351Tracing 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
121121This will install ollama if it is not installed already. Then pull needed models for local work.
Original file line number Diff line number Diff line change @@ -48,6 +48,14 @@ cd agents/langgraph/human_in_the_loop
4848make 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
5361Tracing 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
109109This will install ollama if it is not installed already. Then pull needed models for local work.
Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ cd agents/langgraph/react_agent
3737make 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
4250Tracing 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
9898This will install ollama if it is not installed already. Then pull needed models for local work.
Original file line number Diff line number Diff line change @@ -47,6 +47,14 @@ cd agents/langgraph/react_with_database_memory
4747make 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
5260Tracing 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
138146The 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
150150This will install ollama if it is not installed already. Then pull needed models for local work.
You can’t perform that action at this time.
0 commit comments