diff --git a/README.md b/README.md index 6edb581..952b326 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Table of Contents - [👋🏻 What is MineContext](#-what-is-minecontext) - [🚀 Key Features](#-key-features) +- [🔏 Privacy Protection](#-privacy-protection) + - [Local-First](#local-first) + - [Local AI model](#local-ai-model) - [🏁 Quick Start](#-quick-start) - [1. Installation](#1-installation) - [2. Disable the quarantine attribute](#2-disable-the-quarantine-attribute) @@ -80,9 +83,11 @@ MineContext is a proactive context-aware AI partner. By utilizing screenshots an ![feature.gif](src/feature.gif) + + # 🚀 Key Features -MineContext focuses on five key features: effortless collection, intelligent resurfacing, and proactive delivery. +MineContext focuses on four key features: effortless collection, intelligent resurfacing, proactive delivery, and a context engineering architecture. 1. 📥 Effortless Collection Capable of gathering and processing massive amounts of context. Designed storage management enables extensive collection without adding mental burden. @@ -90,11 +95,23 @@ MineContext focuses on five key features: effortless collection, intelligent res Delivers key information and insights proactively in daily use. It extracts summarized content from your context—such as daily/weekly summaries, tips, and todos—and pushes them directly to your homepage. 3. 💡 Intelligent Resurfacing Surfaces relevant and useful context intelligently during creation. Ensures assisted creativity without overwhelming you with information. -4. 🛡️ Privacy-First - All data is stored locally, ensuring your privacy and security. -5. 🎯 Context Engineering Architecture +4. 🎯 Context Engineering Architecture Supports the complete lifecycle of multimodal, multi-source data—from capture, processing, and storage to management, retrieval, and consumption—enabling the generation of six types of intelligent context. + +# 🔏 Privacy Protection + +## Local-First +MineContext places a high priority on user privacy. By default, all data is stored locally in the following path to ensure your privacy and security. + + +``` +~/Library/Application Support/MineContext/Data +``` + +## Local AI model +In addition, we support custom model services based on the OpenAI API protocol. You can use fully local models in MineContext, ensuring that any data does not leave your local environment. + # 🏁 Quick Start ## 1. Installation diff --git a/README_zh.md b/README_zh.md index b8535da..cbc484e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -38,6 +38,9 @@ - [👋🏻 MineContext 是什么](#-minecontext-是什么) - [🚀 核心功能](#-核心功能) +- [🔏 隐私保护](#-隐私保护) + - [本地存储](#本地存储) + - [本地模型](#本地模型) - [🏁 快速开始](#-快速开始) - [1. 安装](#1-安装) - [2. 禁用隔离属性](#2-禁用隔离属性) @@ -78,21 +81,36 @@ MineContext 是一个具有上下文感知能力的主动式 AI 伙伴。它基 ![feature.gif](src/feature.gif) + + + # 🚀 核心功能 -MineContext 专注于五个核心功能:轻松收集、智能重显和主动交付。 +MineContext 专注于四个核心功能:无负担收集、主动推送、智能浮现和上下文工程架构。 -1. 📥 无感收集 +1. 📥 无负担收集 支持收集和处理海量的 Context,并通过设计存储管理来实现海量收集却没有心智负担。 2. 🚀 主动推送 支持日常主动推送关键信息和洞见,能够提炼 Context 中的总结信息,比如每日总结,每周总结,tips,todo,主动推送到主页。 -3. 💡 智能浮现 +3. 💡 智能浮现(实现中) 支持创作时智能浮现,可以随时浮现相关有用的 Context,确保辅助创作又不会被淹没 -4. 🛡️ 隐私优先 - 所有数据都保存在本地,确保您的隐私和安全。 -5. 🎯 上下文工程架构 +4. 🎯 上下文工程架构 支持多模态、多源数据的完整生命周期——从捕获、处理和存储到管理、检索和消费——支持生成六种类型的智能上下文。 + +# 🔏 隐私保护 + +## 本地存储 + +MineContext非常注重用户隐私,所有数据都默认保存在本地如下路径,确保您的隐私和安全。 + +``` +~/Library/Application Support/MineContext/Data +``` + +## 本地模型 +此外我们支持了OpenAI API协议的自定义模型服务,您可以在MineContext中使用全本地模型,做到任何数据不上云。 + # 🏁 快速开始 ## 1. 安装