Cursarium logoCursarium

Embeddings & Vector Databases Courses

16 courses1.8M learners5 providers

Understand vector embeddings, similarity search, and vector database technologies like Pinecone, Weaviate, and Chroma for building semantic search, RAG, and AI-powered retrieval systems.

AllVector EmbeddingsSimilarity SearchPineconeWeaviateChromaFAISS

Editor's Picks

Top Rated in Embeddings & Vector Databases

All Embeddings & Vector Databases Courses

CS50's Introduction to Artificial Intelligence with Python
Harvard / edX
Free
beginner

CS50's Introduction to Artificial Intelligence with Python

Harvard / edX

4.8(4,500)
7 weeksbeginner
Free
Stanford Online
Stanford Online
Free
advanced

Natural Language Processing with Deep Learning

Stanford Online

4.9(3,100)
10 weeksadvanced
Free
LangChain Masterclass - Build 15 LLM Apps with LangChain
Udemy
$12.99
intermediate

LangChain Masterclass - Build 15 LLM Apps with LangChain

Udemy

4.6(6,500)
14 hoursintermediate
$12.99
Udemy
Udemy
$12.99
intermediate

Generative AI, LLMs - OpenAI API, LangChain, Hugging Face

Udemy

4.6(5,200)
16 hoursintermediate
$12.99
LangChain: Chat with Your Data
DeepLearning.AI
Free
intermediate

LangChain: Chat with Your Data

DeepLearning.AI

4.6(6,200)
1 hourintermediate
Free
Vector Databases: from Embeddings to Applications
DeepLearning.AI
Free
intermediate

Vector Databases: from Embeddings to Applications

DeepLearning.AI

4.5(4,800)
1 hourintermediate
Free
Building and Evaluating Advanced RAG Applications
DeepLearning.AI
Free
intermediate

Building and Evaluating Advanced RAG Applications

DeepLearning.AI

4.6(5,500)
1 hourintermediate
Free
Knowledge Graphs for RAG
DeepLearning.AI
Free
intermediate

Knowledge Graphs for RAG

DeepLearning.AI

4.5(3,500)
1 hourintermediate
Free
Building Multimodal Search and RAG
DeepLearning.AI
Free
intermediate

Building Multimodal Search and RAG

DeepLearning.AI

4.5(2,800)
1 hourintermediate
Free
Udemy
Udemy
$12.99
intermediate

AI Agents & RAG: Build 10 Real AI Agent Apps with LangChain

Udemy

4.6(3,800)
11 hoursintermediate
$12.99
Large Language Models with Semantic Search
DeepLearning.AI
Free
intermediate

Large Language Models with Semantic Search

DeepLearning.AI

4.5(3,200)
1 hourintermediate
Free
Kaggle
Kaggle
Free
beginner

Intro to SQL

Kaggle

4.5(10,000)
3 hoursbeginner
Free
Stanford Online
Stanford Online
Free
advanced

Machine Learning with Graphs

Stanford Online

4.7(1,800)
10 weeksadvanced
Free
Complete Generative AI Course With Langchain and Huggingface
Udemy
$12.99
intermediate

Complete Generative AI Course With Langchain and Huggingface

Udemy

4.5(7,200)
20 hoursintermediate
$12.99
Udemy
Udemy
$12.99
beginner

OpenAI Python API Bootcamp: Build AI Apps Fast

Udemy

4.6(5,200)
10 hoursbeginner
$12.99
Understanding and Applying Text Embeddings
DeepLearning.AI
Free
beginner

Understanding and Applying Text Embeddings

DeepLearning.AI

4.4(2,800)
1 hourbeginner
Free

Browse Embeddings & Vector Databases Courses by Provider

See embeddings & vector databases courses from a specific platform.

Frequently Asked Questions

What are vector embeddings?
Vector embeddings are numerical representations of data (text, images, audio) in high-dimensional space. Similar items are placed close together, enabling semantic search, recommendations, and retrieval-augmented generation.
Why do I need a vector database?
Vector databases are optimized for storing and querying embeddings at scale. They enable fast similarity search across millions of vectors, which is essential for RAG, recommendation systems, and semantic search.
Which vector database should I choose?
Pinecone offers a managed cloud solution, Weaviate provides hybrid search, Chroma is great for prototyping, and FAISS works well for local development. Choose based on scale, budget, and deployment needs.
How do embeddings relate to RAG?
In RAG, documents are converted to embeddings and stored in a vector database. When a user asks a question, the query is embedded and similar documents are retrieved to provide context for the LLM's response.

Related Topics