Skip to content

Commit 10d3f61

Browse files
committed
docs(sponsor): update sponsor names and add new sponsor entry, update instructions for long-term memory plugin installation
1 parent c1cb36c commit 10d3f61

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/about/sponsor.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,18 @@ const thinks = [
5555
},
5656
{
5757
img: "https://pic1.afdiancdn.com/default/avatar/avatar-blue.png?imageView2/1/w/120/h/120",
58-
name: "KaleElus",
59-
url: "#KaleElus",
58+
name: "Cloudwind.♨",
59+
url: "#Cloudwind.♨",
6060
},
6161
{
6262
img: "https://pic1.afdiancdn.com/default/avatar/avatar-purple.png?imageView2/1/w/120/h/120",
6363
name:"爱发电用户_GPsK",
6464
url: "#爱发电用户_GPsK"
65+
},
66+
{
67+
img: "https://pic1.afdiancdn.com/default/avatar/avatar-purple.png?imageView2/1/w/120/h/120",
68+
name:"爱发电用户_2ad12",
69+
url: "#爱发电用户_2ad12"
6570
}
6671

6772
];

docs/guide/useful-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ chatluna.vectorstore.set <vectorstore:string>
937937

938938
长期记忆的相关命令功能目前为实验性功能,随时可能会出现破坏性更改。
939939

940-
在使用相关命令前,请先前往插件配置里开启 [`longMemory`](./useful-configurations.md#longmemory)
940+
在使用相关命令前,请先安装 [长期记忆插件](../ecosystem/plugin/long-term-memory.md)
941941

942942
### 搜索长期记忆
943943

@@ -951,7 +951,7 @@ chatluna.memory.search -t <type:string> -l <limit:number> -p <page:number> <key
951951

952952
以下为参数说明:
953953

954-
- `-p,--preset`: 指定搜索的预设。
954+
- `-t,--type`: 指定搜索的预设。
955955
- `keyword`: 指定搜索的关键词。
956956
- `-v,--view`: 指定记忆的具体层。目前支持: `preset-user`, `user`, `global`, `preset`
957957

0 commit comments

Comments
 (0)