搜索与检索
Flow Launcher 结合 Jev 意图重排序实现的预测文件搜索,支持自然语言查询如“我刚下载的 pdf”并找到对应文件。
Flow Launcher predictive file search with Jev intent reranking. Type natural language like 'the pdf I just downloaded' and get the right file.
public const string Endpoint = "https://api.typesafe.ai/v1/systemone";Flow.Launcher.Plugin.JevFileSearch/JevClient.cs:15
链接指向我们抓取当天的那个 commit,行号是准的。
它的 question 组合是运行时拼出来的,或者代码里没有直接写出来,所以没法原样搬过来。源码链接在上面,可以自己去看。