Pular para o conteúdo principal
InicioProgramações conjuntasArtificial Intelligence (AI)

Retrieval Augmented Generation with LlamaIndex

In this session you'll learn how to get started with Chroma and perform Q&A on some documents using Llama 2, the RAG technique, and LlamaIndex.
13 de dez. de 2023
Code along with us onCode Along

Large language models (LLMs) like Llama 2 are the must-have technology of the year. Unfortunately, LLMs can't accurately answer questions about your business because they lack enough domain knowledge. The solution is to combine the LLM with a vector database like Chroma—a technique known as retrieval augmented generation (RAG). Beyond this, incorporating AI into products is best done with an AI application framework, like LlamaIndex.

In this session you'll learn how to get started with Chroma and perform Q&A on some documents using Llama 2, the RAG technique, and LlamaIndex.

Key Takeaways:

  • Learn how to store text in the Chroma vector database.
  • Learn how to use retrieval augmented generation to combine LLama 2 and Chroma.
  • Learn how to develop AI applications using LlamaIndex

Additional Resources

[COURSE] Dan's course: Introduction to Deep Learning in Python

[CODE-ALONG SERIES] Become a Generative AI developer

[SKILL TRACK] OpenAI Fundamentals

[SKILL TRACK] Deep Learning in Python

[BLOG] The Top 5 Vector Databases

[TUTORIAL] Mastering Vector Databases with Pinecone: A Comprehensive Guide

Temas
Relacionado

blog

What is Retrieval Augmented Generation (RAG)?

Explore Retrieval Augmented Generation (RAG) RAG: Integrating LLMs with data search for nuanced AI responses. Understand its applications and impact.
Natassha Selvaraj's photo

Natassha Selvaraj

8 min

blog

Advanced RAG Techniques

Learn advanced RAG methods like dense retrieval, reranking, or multi-step reasoning to tackle issues like hallucination or ambiguity.
Stanislav Karzhev's photo

Stanislav Karzhev

12 min

tutorial

RAG With Llama 3.1 8B, Ollama, and Langchain: Tutorial

Learn to build a RAG application with Llama 3.1 8B using Ollama and Langchain by setting up the environment, processing documents, creating embeddings, and integrating a retriever.
Ryan Ong's photo

Ryan Ong

12 min

tutorial

Boost LLM Accuracy with Retrieval Augmented Generation (RAG) and Reranking

Discover the strengths of LLMs with effective information retrieval mechanisms. Implement a reranking approach and incorporate it into your own LLM pipeline.
Iván Palomares Carrascosa's photo

Iván Palomares Carrascosa

11 min

tutorial

Llama 3.2 and Gradio Tutorial: Build a Multimodal Web App

Learn how to use the Llama 3.2 11B vision model with Gradio to create a multimodal web app that functions as a customer support assistant.
Aashi Dutt's photo

Aashi Dutt

10 min

code-along

Retrieval Augmented Generation with GPT and Milvus

In this session you'll learn how to get started with Milvus and perform Q&A on some documents using GPT and the RAG technique.
Yujian Tang's photo

Yujian Tang

See MoreSee More