mempalace

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

MemPalace

MemPalace

A searchable memory palace for AI — mine projects and conversations, then search them semantically.
面向AI的可搜索记忆宫殿——挖掘项目和对话内容,随后可对其进行语义搜索。

Prerequisites

前置条件

Ensure
mempalace
is installed:
bash
mempalace --version
If not installed:
bash
pip install mempalace
确保已安装
mempalace
bash
mempalace --version
如果未安装:
bash
pip install mempalace

Usage

使用方法

MemPalace provides dynamic instructions via the CLI. To get instructions for any operation:
bash
mempalace instructions <command>
Where
<command>
is one of:
help
,
init
,
mine
,
search
,
status
.
Run the appropriate instructions command, then follow the returned instructions step by step.
MemPalace 通过 CLI 提供动态操作指引。如需获取任意操作的指引,运行:
bash
mempalace instructions <command>
其中
<command>
可选值包括:
help
init
mine
search
status
运行对应的指引命令,随后按照返回的指示逐步操作即可。