GenkitG
Genkit12mo ago
7 replies
then-purple

Retrieval-augmented generation (RAG)  | ...

Hello everyone.
I have a question on the RAG page in the documentation that I don't understand.

https://firebase.google.com/docs/genkit/rag

The documentation does not pass PluginOptions when initializing vertexAI.
const ai = genkit({
  plugins: [
    vertexAI(),.


Am I correct in understanding that this code means to set the environment variable GCLOUD_PROJECT to the ID of the Google Cloud Project?
Was this page helpful?