RAG with Nuxt and Gemini File Search
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

What is RAG and What We’re Building

In this lesson, let’s talk about what RAG is good for, give a couple of real-world examples of RAG in practice, and then describe the app we’ll build step-by-step.

This build is a simple Nuxt application. It will have:

  • an API endpoint for creating stores in the Gemini file search API
  • an API endpoint for adding documents to that store
  • an API endpoint for querying that store and asking questions from it.
  • an API endpoint for querying the documents in a store
  • and an endpoint for deleting documents in a store

Links