Skip to content

Commit adccdf1

Browse files
committed
release: v0.17.0
1 parent a0320b0 commit adccdf1

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ NoteGenは、AIを使用して記録と執筆を橋渡しし、断片化され
1616
- ネイティブの`Markdown(.md)`をストレージ形式として使用し、修正を加えず、簡単に移行できます。
1717
- ネイティブのオフライン使用をサポートし、`GitHub、Giteeプライベートリポジトリ`へのリアルタイム同期と履歴のロールバック、WebDAV同期をサポートします。
1818
- AI強化:ChatGPT、Gemini、Ollama、LM Studio、Grokなどのモデルを設定可能で、サードパーティのモデル設定もサポートします。
19+
- RAG:あなたのノートはあなたの知識庫です。サポートする埋め込みモデルと再ランキングモデル。
1920

2021
## スクリーンショット
2122

.github/README.zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ NoteGen 是一款的跨端的 `Markdown` 笔记应用,致力于使用 AI 建
1717
- 原生 `Markdown(.md)` 作为存储格式,拒绝魔改,方便迁移。
1818
- 默认支持本地离线使用,支持实时同步到 `Github、Gitee 私有仓库`,支持历史回滚,支持 WebDAV 同步。
1919
- AI 加持,可配置 ChatGPT、Gemini、Ollama、LM Studio、Grok 等多种模型,支持自定义配置使用第三方模型。
20+
- RAG 支持,你的笔记就是你的知识库,支持嵌入模型、重排序模型。
2021

2122
## 截图
2223

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ NoteGen is a cross-platform `Markdown` note-taking application dedicated to usin
2626
- Native `Markdown(.md)` as storage format, no modifications, easy to migrate.
2727
- Native offline usage, supporting real-time synchronization to `GitHub, Gitee private repositories` with history rollback, and WebDAV synchronization.
2828
- AI-enhanced: Configurable with ChatGPT, Gemini, Ollama, LM Studio, Grok, and other models, with support for custom third-party model configuration.
29+
- RAG: Your notes are your knowledge base. Support embedding models and reranking models.
2930

3031
## Screenshots
3132

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "NoteGen",
4-
"version": "0.16.5",
4+
"version": "0.17.0",
55
"identifier": "com.codexu.NoteGen",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)