Get startedGet started for free

RAG from top to bottom

This exercise is part of the course

End-to-End RAG with Weaviate

View Course

Exercise instructions

  • Configure the collection to use the text-embedding-3-small model for embeddings and the gpt-4o-mini generative model.
  • Run the code provided to chunk the parsed PDF and insert the chunks into the collection.
  • Perform a hybrid search using the query and task variables provided.
  • Define a task_to_query() function to generate a query from a task, and use it to perform a vector search using the task variable provided.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise