Loading video player...
Hey guys, welcome back. In this video, I talk about how AI actually understands text. I show you what embeddings are, how vector search works, and how they power real-world AI applications like RAG. If you don't know what embeddings are, they are numerical representations of words and sentences. Instead of reading text like we do, AI models convert language into lists of numbers called vectors. Words with similar meanings end up with similar vectors, which means the model can understand relationships between concepts without anyone explicitly programming them. If you don't know what vector search is, it is a way of finding similar content by comparing those number representations mathematically. Instead of matching exact keywords, vector search finds results based on meaning — so a query about "canine behavior" can surface articles about dogs even if the word "canine" never appears in them. We also cover RAG, which stands for Retrieval Augmented Generation. It is the technique behind "chat with your PDF" apps and tools like NotebookLM. It combines vector search with a large language model so the AI can answer questions grounded in your own documents. If you have any questions/comments, please leave them down below! Thanks for watching! My Website: https://arpanneupane.com My GitHub: https://github.com/neupanic My Programming Gear: Keyboard: https://amzn.to/47eLpX4 Laptop: https://amzn.to/4546pyW Laptop Stand: https://amzn.to/3GOYlZ7 Desk: https://amzn.to/43wmIEt Monitor: https://amzn.to/42BAaFH Monitor Arm: https://amzn.to/3NR0APS Chair: https://amzn.to/42vvKAn Desk Mat/Mousepad: https://amzn.to/43AhKqj Microphone: https://amzn.to/45RuQ43 Headphones: https://amzn.to/445sf4R #LLM // #Anthropic // #OpenAI