From the course: Advanced RAG Applications with Vector Databases
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Metadata
From the course: Advanced RAG Applications with Vector Databases
Metadata
- [Instructor] Metadata is the final piece of what makes vector databases useful. Without storing metadata, we would just be comparing a bunch of numbers. The term metadata encompasses all of the data that gets stored with your vector embeddings. When it comes to retrieval, augmented generation, we definitely need to store the actual text that the vector embedding was generated from, and we can also store many other types of metadata. So what is metadata? Other than the text itself? There are many different types of metadata. You can think of metadata in many different ways. It's the data that isn't the embeddings that you store in your vector database. A lot of this data falls into the category of data that gets stored in traditional databases, and we'll cover more examples later in this video. You also need to remember that metadata is critical for RAG. It's not just critical for performing basic RAG by providing the text and unvectorized data, but also critical for advanced usage…
Contents
-
-
-
(Locked)
Introduction to preprocessing for RAG4m 57s
-
Chunking considerations5m 12s
-
(Locked)
Chunking examples4m 32s
-
(Locked)
Introduction to embeddings9m 50s
-
(Locked)
Embedding examples2m 57s
-
(Locked)
Metadata3m 12s
-
(Locked)
Demo: Chunking2m 32s
-
(Locked)
Demo: Metadata1m 23s
-
(Locked)
Demo: Embed and store2m
-
(Locked)
Demo: Querying1m 8s
-
(Locked)
Demo: Adding the LLM2m 1s
-
(Locked)
Challenge: Cite your document sources47s
-
(Locked)
Solution: Cite your document sources59s
-
(Locked)
Challenge: Change the chunk size44s
-
(Locked)
Solution: Change the chunk size55s
-
(Locked)
-
-
-