Skip to content

Commit 4b1b70f

Browse files
committed
Correct project implementation spec.
1 parent 52174b2 commit 4b1b70f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/learning-paths/laptops-and-desktops/openclaw_continuum/2_dgx_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ The output should look similar to:
356356
```output
357357
............................................................................................................
358358
----------------------------------------------------------------------
359-
Ran 108 tests in 3.213s
359+
Ran 119 tests in 3.213s
360360
361361
OK
362362
```

content/learning-paths/laptops-and-desktops/openclaw_continuum/4_workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Clean the heating filter on the first Saturday of every third month.
1818
Keep the service reference number with the maintenance record.
1919
```
2020

21-
Save the file as `household-maintenance.txt`. In Telegram, upload the file to your bot with this caption:
21+
Save the file as `household-maintenance.txt`. In Telegram, upload the file to your bot. Any caption other than `/tracker` or `/mem` routes the upload to knowledge indexing by default, so use this caption to make the destination explicit:
2222

2323
```text
2424
/knowledge

content/learning-paths/laptops-and-desktops/openclaw_continuum/5_cpu_only.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If it already exists, start it:
153153
docker start openclaw-qdrant
154154
```
155155

156-
Otherwise, create persistent storage and start Qdrant. Bind its ports to localhost and use the fixed image version shown here:
156+
Otherwise, create persistent storage and start Qdrant. Bind its ports to localhost:
157157

158158
```bash
159159
docker volume create openclaw-qdrant-data
@@ -164,7 +164,7 @@ docker run -d \
164164
-p 127.0.0.1:6333:6333 \
165165
-p 127.0.0.1:6334:6334 \
166166
-v openclaw-qdrant-data:/qdrant/storage \
167-
qdrant/qdrant:v1.18.3
167+
qdrant/qdrant:latest
168168
```
169169

170170
Confirm that the local API responds:
@@ -275,7 +275,7 @@ Create a file named `budget.txt` on the device where you use Telegram:
275275
Shared household weekly budget: £120.
276276
```
277277

278-
Upload the file to the bot with `/knowledge` as the caption. Each allowlisted household member can then add a synthetic expense from their own Telegram chat:
278+
Upload the file to the bot. Any caption other than `/tracker` or `/mem` routes the upload to knowledge indexing by default, so use `/knowledge` as the caption to make the destination explicit. Each allowlisted household member can then add a synthetic expense from their own Telegram chat:
279279

280280
```text
281281
/mem #budget Groceries: £45.

0 commit comments

Comments
 (0)