RAG from top to bottom
This exercise is part of the course
End-to-End RAG with Weaviate
Exercise instructions
- Configure the collection to use the
text-embedding-3-smallmodel for embeddings and thegpt-4o-minigenerative model. - Run the code provided to chunk the parsed PDF and insert the chunks into the collection.
- Perform a hybrid search using the
queryandtaskvariables provided. - Define a
task_to_query()function to generate a query from a task, and use it to perform a vector search using thetaskvariable 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