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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: RAG as a Service?

5 点作者 Difwif大约 1 年前
I know the various different solutions for building RAG systems using a vector store manually but I&#x27;m working on a new project that could benefit from a RAG assisted version of GPT-4o.<p>I&#x27;m aware of the OpenAI Assistants API (still pretty early stage) but I&#x27;m wondering if there&#x27;s any other options out there?<p>To be specific: I&#x27;m looking for an off the shelf solution where I can easily drop in a bunch of documents or a list of URLs and then ask search or summarization type questions on the dataset. I&#x27;m trying to avoid building it since it&#x27;s a bit of distraction from my primary objective. Most of what I&#x27;ve found is pretty simple and DIY and still requires you to figure out document parsing and chunking. I just need something that works for existing web pages (with some non-static content).<p>My best solution is to download pages after a delay using a Chrome extension and load them into the OpenAI Assistants API but that&#x27;s limited to returning 20 chunks and can be a bit limited on summarization.

5 条评论

kkoppenhaver大约 1 年前
Someone I know runs <a href="https:&#x2F;&#x2F;docsbot.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docsbot.ai&#x2F;</a> and that seems like maybe what you&#x27;re talking about?
pants2大约 1 年前
I have looked around quite a bit but haven&#x27;t really found anything that strikes the right balance for me of features, cost, effectiveness, etc.<p>I&#x27;ve been sort of building my own system in Go which is already a big improvement on the Python-based solutions, but it&#x27;s nowhere near ready for this type of thing. But it uses Go-colly and go-readability for web scraping.
muzani大约 1 年前
AWS Bedrock does it, but we had about 300 rows of CSV so it was faster to roll out our own. I spent a couple days wrestling with permissions on Bedrock, but if you&#x27;re familiar with AWS, you may find it useful.
ianpurton大约 1 年前
Take a look at Bionic <a href="https:&#x2F;&#x2F;bionic-gpt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bionic-gpt.com&#x2F;</a>
aregsar大约 1 年前
David sacks’ glueai app uses ragie.ai under the hood