TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Chat Apple Notes – RAG and Semantic Search for Apple Notes

2 点作者 yashvg4 个月前
Hey HN! We&#x27;re Yash and Rohan and wanted to share a small weekend project built out of personal need. Chat Apple Notes brings semantic search and Retrieval Augmented Generation to Apple Notes on CLI using just your OpenAI API key for simplicity.<p>The Apple Notes app, even after the Apple Intelligence updates, has no semantic search or RAG capabilities. Since there&#x27;s no official API or export functionality for Notes, we used a workaround using AppleScript to extract notes, then created a simple CLI tool with three core features:<p>- search: Semantic search across all your notes<p>- ask: RAG-based Q&amp;A using your notes as context<p>- chat: Interactive chat that maintains context from previous conversations and references relevant notes<p>The tool requires zero setup beyond an OpenAI API key (stored locally). No hosting needed - all vectors are stored in OpenAI&#x27;s vector store. We focused on keeping it dead simple to setup and use.<p>Demo: <a href="https:&#x2F;&#x2F;github.com&#x2F;user-attachments&#x2F;assets&#x2F;3f62b195-d580-46cb-bc9b-4563a6023839">https:&#x2F;&#x2F;github.com&#x2F;user-attachments&#x2F;assets&#x2F;3f62b195-d580-46c...</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;yashgoenka&#x2F;chat-apple-notes">https:&#x2F;&#x2F;github.com&#x2F;yashgoenka&#x2F;chat-apple-notes</a><p>Would love fellow HN&#x27;ers who use Apple Notes extensively to try it out!

暂无评论

暂无评论