fix(readme): path typos

This commit is contained in:
dengjiaji 2025-09-04 18:22:05 +08:00
parent 73d4b63882
commit 1e5250bbfb
2 changed files with 2 additions and 2 deletions

View file

@ -334,7 +334,7 @@ ReMe provides pre-built memory libraries that agents can immediately use with ve
response = requests.post("http://localhost:8002/vector_store", json={
"workspace_id": "appworld",
"action": "load",
"path": "./library/"
"path": "./docs/library/"
})
# Query relevant memories

View file

@ -314,7 +314,7 @@ ReMe提供预构建的经验库智能体可以立即使用经过验证的最
response = requests.post("http://localhost:8002/vector_store", json={
"workspace_id": "appworld",
"action": "load",
"path": "./library/"
"path": "./docs/library/"
})
# 查询相关经验