Skip to content

Commit 4782f59

Browse files
committed
docs: add ja language
1 parent 0a3a016 commit 4782f59

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

docs/site/DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ minimum_chats_token_size_for_event_summary: 256
21452145
- `use_timezone`: string, default to `null`. Options include `"UTC"`, `"America/New_York"`, `"Europe/London"`, `"Asia/Tokyo"`, and `"Asia/Shanghai"`. If not set, the system's local timezone is used.
21462146

21472147
### LLM Configuration
2148-
- `language`: string, default to `"en"`, available options `{"en", "zh"}`. The prompt language of Memobase.
2148+
- `language`: string, default to `"en"`, available options `{"en", "zh", "ja"}`. The prompt language of Memobase.
21492149
- `llm_style`: string, default to `"openai"`, available options `{"openai", "doubao_cache"}`. The LLM provider style.
21502150
- `llm_base_url`: string, default to `null`. The base URL of any OpenAI-Compatible API.
21512151
- `llm_api_key`: string, required. Your LLM API key.

docs/site/introduction.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ It's a fast, scalable, long-term **user memory backend** for your AI, helping yo
1010
<img src="/images/starter.png" />
1111
</Frame>
1212

13-
We currently support the following user memory types from chat interactions:
14-
- [x] [Profile Memory](./features/profile/) - Understand who the user is.
15-
- [x] [Event Memory](./features/event/) - Track what has happened in the user's life.
16-
- [ ] Schedule Memory - Manage the user's calendar (Coming Soon).
17-
- [ ] Social Memory - Map the user's relationships (Coming Soon).
13+
14+
## Multi-Lingual Support
15+
16+
To optimize performance across different languages, Memobase comes with **built-in multi-lingual prompts**. Currently supported languages include:
17+
- **English (en)** - Default language
18+
- **Chinese (zh)** - Optimized for Chinese-speaking users
19+
- **Japanese (ja)** - Optimized for Japanese-speaking users
20+
21+
This means you can configure Memobase to use native language prompts for better accuracy and performance when working with non-English content. Learn more in the [configuration reference](/references/local_config).
1822

1923
Memobase is under active development, and we are looking for early adopters to become our design partners.
2024

docs/site/references/local_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ minimum_chats_token_size_for_event_summary: 256
6262
- `use_timezone`: string, default to `null`. Options include `"UTC"`, `"America/New_York"`, `"Europe/London"`, `"Asia/Tokyo"`, and `"Asia/Shanghai"`. If not set, the system's local timezone is used.
6363

6464
### LLM Configuration
65-
- `language`: string, default to `"en"`, available options `{"en", "zh"}`. The prompt language of Memobase.
65+
- `language`: string, default to `"en"`, available options `{"en", "zh", "ja"}`. The prompt language of Memobase.
6666
- `llm_style`: string, default to `"openai"`, available options `{"openai", "doubao_cache"}`. The LLM provider style.
6767
- `llm_base_url`: string, default to `null`. The base URL of any OpenAI-Compatible API.
6868
- `llm_api_key`: string, required. Your LLM API key.

0 commit comments

Comments
 (0)