Free with sign-in
RAG & Search
Build Your Own Search Engine
We build a search engine from scratch over DataTalks.Club Zoomcamp FAQ documents. We start with TF-IDF text search, then add cosine similar…
Archive
Browse the full AI Shipping Labs workshop archive, newest first, with recordings, step-by-step tutorials, materials, and membership access labels.
We build a search engine from scratch over DataTalks.Club Zoomcamp FAQ documents. We start with TF-IDF text search, then add cosine similar…
We build a RAG system over real documentation and evolve it into an agentic search flow. For the knowledge base we use the Evidently AI doc…
We build a deep research agent over the DataTalks.Club podcast archive. We start by downloading and indexing YouTube transcripts. Then we t…
We build a course FAQ assistant from the bottom up. First we expose a plain Python search(query) function to the OpenAI Responses API. Then…