TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: RAG for API Documentation

5 pointsby code_monk666about 1 year ago
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 comments

supreetguptaabout 1 year ago
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>
oulipoabout 1 year ago
Check <a href="https:&#x2F;&#x2F;markprompt.com&#x2F;">https:&#x2F;&#x2F;markprompt.com&#x2F;</a> they are great!