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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: RAG for API Documentation

5 点作者 code_monk666大约 1 年前
Hello HN,<p>I&#x27;m learning about RAG (Retrival Augmented Generation) and I am building a chatbot that can do Q&amp;A over some documentation. I know a lot of people are working on it and wanted to know to if there were any particular recommendations for handling API documentation in this scenario (for example, what would be the best way to use Swagger API documentation with the chatbot?)<p>Is the recommendation to just treat it like any other text data source? Or are there are techniques for using RAG with structured data?

2 条评论

supreetgupta大约 1 年前
TrueFoundry has recently introduced a new open-source framework called Cognita, which utilizes Retriever-Augmented Generation (RAG) technology to simplify the transition by providing robust, scalable solutions for deploying AI applications.<p>Try it out: <a href="https:&#x2F;&#x2F;github.com&#x2F;truefoundry&#x2F;cognita">https:&#x2F;&#x2F;github.com&#x2F;truefoundry&#x2F;cognita</a> Read the technical blog here: <a href="https:&#x2F;&#x2F;www.truefoundry.com&#x2F;blog&#x2F;cognita-building-an-open-source-modular-rag-applications-for-production" rel="nofollow">https:&#x2F;&#x2F;www.truefoundry.com&#x2F;blog&#x2F;cognita-building-an-open-so...</a>
oulipo大约 1 年前
Check <a href="https:&#x2F;&#x2F;markprompt.com&#x2F;">https:&#x2F;&#x2F;markprompt.com&#x2F;</a> they are great!