展示HN:计算机的AI聚焦(文件的自然语言搜索)

3作者: DEEPAN_C大约 1 个月前原帖
嗨,HN, 我开发了 SEARCH WIZARD——一个可以让你使用自然语言在电脑上搜索的工具。 传统的文件搜索仅在你记得文件名时才能工作。 但大多数时候,我们记得的内容是这样的: “我在会议上时的截图” “关于变压器的PDF” “关于机器学习的笔记” 智能搜索会对你的文件进行索引,让你可以根据意义而不是文件名进行搜索。 目前支持: - 图片 - 视频 - 音频 - 文档 示例查询: “一个男人在看显示器的旧照片” 系统会立即检索到正确的文件。 除了嵌入部分,所有操作都在本地进行。 我希望能得到以下方面的反馈: - 索引方法 - 隐私问题 - 你希望在这样的工具中看到的功能 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>&quot;the screenshot where I was in a meeting&quot; &quot;the PDF about transformers&quot; &quot;notes about machine learning&quot;<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: &quot;old photo where a man is looking at a monitor&quot;<p>The system retrieves the correct file instantly.<p>Everything runs locally except embeddings.<p>I&#x27;m looking for feedback on: - indexing approaches - privacy concerns - features you&#x27;d want in a tool like this<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;deepanmpc&#x2F;SMART-SEARCH" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;deepanmpc&#x2F;SMART-SEARCH</a><p>Demo: <a href="https:&#x2F;&#x2F;deepanmpc.github.io&#x2F;SMART-SEARCH&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepanmpc.github.io&#x2F;SMART-SEARCH&#x2F;</a>