
概览
主要功能
- 自动 web 内容提取
- 嵌入和向量存储
- 自然语言查询
- RAG 管道orchestration
- 面向开发者的工作流
价格
- 模型
- Free
- 分类
- 系统机枢运器
- 评分
- 4.3 / 5 (4)
使用场景
产品文档中的问答
爬取文档网站并以自然语言的问答接口形式显示它,允许用户询问问题并从文档中获得定基答案。
可搜索博客知识库
将公司的博客或内容存档转化为可检索的知识库,使得可以通过LLM驱动的搜索轻松检索相关帖子和见解。
内部支持助手
构建一个参考公共Web源以帮助支持团队快速查找准确答案而不是手动浏览浏览器的助手。
快速原型 RAG 应用
跳过从头搭建提取、嵌入和向量存储,从而允许开发者重点处理促进和应用逻辑以构建新的基于RAG的产品。
优点 & 缺点
优点
- 简化了end-to-end RAG 安装过程
- 目的构建于 web 内容
- 减少了开发者样板代码
- 适用于文档和知识库
- 用途
缺点
- 仅限于基于网站的源
- 需要技术设置
- 质量取决于站点结构
对决战绩
在万神殿中参与了 3 对决。
Last 3 battles
评测
4 个评分的平均值。
登录以留下评测。
Solid for our team
We rolled this out across the team last quarter and purpose-built for web content. Embedding and vector storage fits neatly into how we already work, and embedding and vector storage removed a step we used to do by hand. Limited to website-based sources, which is the main caveat, but it has held up under daily use.
Years in this space
I've evaluated a lot of these over the years. What stands out here is embedding and vector storage — handled better than most — and reduces boilerplate for developers. Quality depends on site structure is my one real gripe. Worth the time if this is your use case.
Use it every day
Honestly didn't expect to like it this much. Embedding and vector storage is exactly what I needed, and reduces boilerplate for developers. I do wish quality depends on site structure, but I reach for it almost every day now and it just clicks.
Skeptical, then convinced
I went in skeptical — most tools in this space overpromise. It actually delivers on automated web content extraction, and useful for docs and knowledge bases caught me off guard. Limited to website-based sources is why this isn't a perfect score, still, I'd recommend giving it a real trial.
问答
How does context stuff work?
Context stuff mode will scrape the current page, then store those results in your browser's storage. Then, each time you send a request using context stuffing mode, it will include the entire contents of the page in the system prompt.
Asked by Dovid Klein · May 11, 2026
How does retrieval work in followup questions?
Site RAG preforms retrieval (if you aren't using context stuffing mode) on each request by you. Once documents are retrieved, they are stored in your browser's storage with a sessionID tying them to your current chat session. Then, in followup questions the context from the most recent question will be included in the system prompt, and previous context will be passed as user messages before each of your previous requests, so the model always has the full context.
Asked by Uma Krishnan · May 1, 2026
What is "multi query mode"?
Multi query mode will generate multiple queries based on your input message, then preform a semantic search on each generated query. Finally, using all of the results, it will remove duplicates and generate a final response.
Asked by Julia Steiner · Feb 27, 2026
What happens if I index the same site twice?
Site RAG will ask you if you want to delete existing documents before indexing again, so you don't have to worry about duplicates. It deletes documents by URL.
Asked by Kenji Watanabe · Feb 18, 2026
提问
系统机枢运器 的替代品

OpenAI的自动化代理,浏览网络并像人类一样完成任务。

利用AI动态生成技术,将静态图片转化为短小的动画视频片段。

开源 AI 代理,直接在本地浏览器中自动化任务

将静态表格转化为动态、智能的对话,根据回应者反馈而自我适应。

用于LangGraph AI代理人工干预监督的网页界面

构建可以浏览网页、填写表单和大规模提取数据的AI代理。

人工智能特工团队反向引擎:使得你的简历在角色上完全吻合。

通过自然语言指令自动执行重复的网页任务的AI驱动的浏览器代理




