Update README.md
Browse files
README.md
CHANGED
|
@@ -171,7 +171,7 @@ print(doc_memory)
|
|
| 171 |
Configure your mem_cube_config.json:
|
| 172 |
```Json
|
| 173 |
{
|
| 174 |
-
|
| 175 |
"reorganize": true,
|
| 176 |
"text_mem": {
|
| 177 |
"backend": "tree_text",
|
|
@@ -187,25 +187,15 @@ Configure your mem_cube_config.json:
|
|
| 187 |
}
|
| 188 |
},
|
| 189 |
"dispatcher_llm": {
|
| 190 |
-
|
| 191 |
-
"config": {
|
| 192 |
-
"model_name_or_path": "Qwen/Qwen-1.8B-Chat",
|
| 193 |
-
"temperature": 0.7,
|
| 194 |
-
"max_tokens": 512
|
| 195 |
}
|
| 196 |
},
|
| 197 |
"graph_db": {
|
| 198 |
-
|
| 199 |
-
"config": {
|
| 200 |
-
"uri": "bolt://localhost:7687",
|
| 201 |
-
"username": "neo4j",
|
| 202 |
-
"password": "your_password"
|
| 203 |
}
|
| 204 |
},
|
| 205 |
"embedder": {
|
| 206 |
-
|
| 207 |
-
"config": {
|
| 208 |
-
"model_name_or_path": "all-MiniLM-L6-v2"
|
| 209 |
}
|
| 210 |
}
|
| 211 |
}
|
|
|
|
| 171 |
Configure your mem_cube_config.json:
|
| 172 |
```Json
|
| 173 |
{
|
| 174 |
+
...,
|
| 175 |
"reorganize": true,
|
| 176 |
"text_mem": {
|
| 177 |
"backend": "tree_text",
|
|
|
|
| 187 |
}
|
| 188 |
},
|
| 189 |
"dispatcher_llm": {
|
| 190 |
+
...
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
}
|
| 192 |
},
|
| 193 |
"graph_db": {
|
| 194 |
+
...
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
}
|
| 196 |
},
|
| 197 |
"embedder": {
|
| 198 |
+
...
|
|
|
|
|
|
|
| 199 |
}
|
| 200 |
}
|
| 201 |
}
|