What are the most important considerations when building a production-ready RAG application? #200640
Unanswered
aliahsan9
asked this question in
Programming Help
Replies: 1 comment 1 reply
-
|
Deployed a few RAG systems in production. Here's what I learned the hard way:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
I'm currently building AI-powered business applications using ASP.NET Core, Angular, SQL Server, and RAG. While creating a BusinessOS project, I realized that retrieval quality, chunking strategy, embeddings, and prompt design can significantly affect results.
For developers who have deployed RAG systems in production:
What challenges did you encounter?
How do you evaluate retrieval quality?
Which vector databases and embedding models do you recommend?
What lessons would you share with someone building their first production RAG application?
I'd love to learn from the community's experiences.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions