Live data from Hacker News

I spent $100 to learn how to build and run RAG application in production

twitter.com

1–5 of 5 posts

Re: I spent $100 to learn how to build and run RAG application in production

#2
This post is about learnings by running a RAG application in production.

Here are the learnings:

• Always customise your prompt. • Set soft & hard limit on your LLM cost before launching any project. • Choose the LLM model wisely. • Context length matters a lot. • Cache your queries. • Have a router to choose LLM model wisely. • Have a UI to see all queries, answers, context & metrics like response time. • Memory management in chat is painful.