- Notifications
You must be signed in to change notification settings - Fork78
License
FirebaseExtended/codelab-ai-genkit-rag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the code forBuild gen AI features powered by your data with Firebase Genkit codelab.
First, updatesrc/lib/genkit/genkit.config.js
with your own Firebase project id and login usinggcloud auth application-default login
.SeeGenkit documentation for more information.
Then install the dependencies:
npm install
Then run Genkit UI standalone sandbox:
npm run dev:genkit
Alternatively, run Genkit UI alongside the Next.js development server:
npm run dev
Openhttp://localhost:4000 with your browser to lauch Genkit UI.
Openhttp://localhost:3000 with your browser to see the Next.js app.
You can start editing the app by modifyinggenkit-functions/src/lib/itineraryFlow.ts
,src/app/gemini/page.tsx
. The page auto-updates as you edit the file.
About
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.