Show HN:你的电脑的 AI 聚光灯(用自然语言搜索文件)
3 分•作者: DEEPAN_C•5 个月前
Hi HN,
我开发了 SEARCH WIZARD——一个让你用自然语言搜索电脑的工具。
传统的搜索文件方式只有在你记得文件名时才有效。
但大多数时候,我们记得的是这样的信息:
“我开会时的截图”
“关于变压器的 PDF 文件”
“关于机器学习的笔记”
智能搜索会索引你的文件,让你通过语义而不是文件名进行搜索。
目前支持:
- 图片
- 视频
- 音频
- 文档
示例查询:
“一个男人看着显示器的旧照片”
系统会立即检索到正确的文件。
除了嵌入(embeddings)之外,所有操作都在本地运行。
我正在寻求关于以下方面的反馈:
- 索引方法
- 隐私问题
- 你希望在这个工具中拥有的功能
GitHub:
[https://github.com/deepanmpc/SMART-SEARCH](https://github.com/deepanmpc/SMART-SEARCH)
演示:
[https://deepanmpc.github.io/SMART-SEARCH/](https://deepanmpc.github.io/SMART-SEARCH/)
查看原文
Hi HN,<p>I built SEARCH WIZARD — a tool that lets you search your computer using natural language.<p>Traditional file search only works if you remember the filename.<p>But most of the time we remember things like:<p>"the screenshot where I was in a meeting"
"the PDF about transformers"
"notes about machine learning"<p>Smart Search indexes your files and lets you search by meaning instead of filename.<p>Currently supports:
- Images
- Videos
- Audio
- Documents<p>Example query:
"old photo where a man is looking at a monitor"<p>The system retrieves the correct file instantly.<p>Everything runs locally except embeddings.<p>I'm looking for feedback on:
- indexing approaches
- privacy concerns
- features you'd want in a tool like this<p>GitHub:
<a href="https://github.com/deepanmpc/SMART-SEARCH" rel="nofollow">https://github.com/deepanmpc/SMART-SEARCH</a><p>Demo:
<a href="https://deepanmpc.github.io/SMART-SEARCH/" rel="nofollow">https://deepanmpc.github.io/SMART-SEARCH/</a>