Nyakult commited on
Commit
9f93c77
·
verified ·
1 Parent(s): b8613c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -14
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
- "backend": "huggingface",
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
- "backend": "neo4j",
199
- "config": {
200
- "uri": "bolt://localhost:7687",
201
- "username": "neo4j",
202
- "password": "your_password"
203
  }
204
  },
205
  "embedder": {
206
- "backend": "sentence_transformers",
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
  }