mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix(readme): path typos
This commit is contained in:
parent
73d4b63882
commit
1e5250bbfb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ ReMe提供预构建的经验库,智能体可以立即使用经过验证的最
|
|||
response = requests.post("http://localhost:8002/vector_store", json={
|
||||
"workspace_id": "appworld",
|
||||
"action": "load",
|
||||
"path": "./library/"
|
||||
"path": "./docs/library/"
|
||||
})
|
||||
|
||||
# 查询相关经验
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue