#97 · Primary category: Knowledge Base & RAG

llm-applications

anyscale fine-tuning llama2 llms machine-learning openai ray serving

A comprehensive guide to building RAG-based LLM applications for production.

Project last updated:08/15/26

GitHub Stars

1.9K

Forks

257

Contributors

5

License

Other

Why we included this project

This one comes from the Ray team, so it treats a RAG pipeline as something that has to hold up under load rather than a notebook you run once. It walks the whole stack, from loading and chunking documents through embedding, indexing, and serving, and it covers the parts tutorials usually skip: measuring retrieval quality per component and against the final answer, so you can compare configurations before committing. There is also a worked example of routing queries between open models and hosted APIs like OpenAI when cost or quality favors one over the other. Teams past the prototype stage will find a concrete reference for the scaling decisions, not just the happy path.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category