Putting together the "R", "A", "G"
Cet exercice fait partie du cours
End-to-End RAG with Weaviate
Instructions
- Re-run the retrieval code from the previous exercise and retrieve the top two semantically similar documents.
- Create a structured prompt that combines the
query_textwith the retrieved texts (retrieved_texts). - Send
combined_contextas a request to the OpenAI chat completions model 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.
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice