Best of RAG — May 2024
- 1
- 2
Community Picks·2y
How We Saved 10s of Thousands of Dollars Deploying Low Cost Open Source AI Technologies At Scale with Kubernetes
Learn how to deploy low-cost open source AI technologies at scale with Kubernetes for generative AI applications, using alternatives to OpenAI and running vLLM locally and on Kubernetes.
- 3
- 4
Towards AI·2y
Build Rag With Llamaindex To Make LLM Answer About Yourself, Like in an Interview or About General Information
Learn how to build a chatbot using RAG (Retrieved Augmentation Generation) and Llamaindex. The article discusses the steps involved in building a chat engine and provides code examples.
- 5
Weaviate·2y
Building a Local RAG System for Privacy Preservation with Ollama and Weaviate
Learn how to implement a local RAG-based chatbot in Python using Ollama and Weaviate. Set up local language models with Ollama and a local vector database instance with Docker to build a local RAG pipeline for privacy preservation.
- 6
- 7
- 8
- 9
Substack·2yGraphRAG: Design Patterns, Challenges, Recommendations
GraphRAG enhances traditional RAG method by integrating knowledge graphs with large language models, providing more accurate and relevant answers to user queries. It offers various architectures and presents challenges in implementing and maintaining a knowledge graph.