Alexander Garcia
Talking about the Introduction to Embeddings with OpenAI API course at DataCamp as part of the Associate AI Engineer for Developers course
Read time is about 4 minutes
Alexander Garcia is an effective JavaScript Engineer who crafts stunning web experiences.
Alexander Garcia is a meticulous Web Architect who creates scalable, maintainable web solutions.
Alexander Garcia is a passionate Software Consultant who develops extendable, fault-tolerant code.
Alexander Garcia is a detail-oriented Web Developer who builds user-friendly websites.
Alexander Garcia is a passionate Lead Software Engineer who builds user-friendly experiences.
Alexander Garcia is a trailblazing UI Engineer who develops pixel-perfect code and design.
As noted in my other blog post about my New Years Resolution 2026 I have been working through my Associate AI Engineer for Developers course on DataCamp. To keep myself on task to accomplishing my goal I plan to document my experience and what I've learned in each course.
Introduction to Embeddings with OpenAI API
Prerequisites: Course 1 in the series
This course covers three main sections:
tl;dr - I really enjoyed this course! It did a great job explaining how embeddings are used in real-world applications and introduced me to vector databases.
Here is what I learned:
One interesting discovery was learning that vector databases are essentially NoSQL databases. This led me down a rabbit hole exploring different types of NoSQL databases — key/value pair, document, and graph databases. I found it particularly fascinating that fraud detection systems should use graph databases, while caching and session management are better suited for key/value NoSQL databases.
Pros:
Cons:
I would recommend this course to beginners who are new to the concept of text embeddings, as well as developers looking to build AI-powered search and recommendation systems. The course does a great job bridging the gap between understanding embeddings conceptually and applying them in practice.
Here is my certificate if anyone cares to see.