GenkitG
Genkitโ€ข15mo agoโ€ข
22 replies
efficient-indigo

Getting started with Genkit 0.9

Hey @everyone! ๐Ÿ‘‹
We're getting close to the next big release of Genkit JS version 0.9. I'd like to share a document summarizing the upcoming changes and new features (there are many!). The doc contains instructions if you would like to give it a try and help us test: https://bit.ly/genkit-0-9
Please let us know what you think!
Google Docs
Getting started with Genkit 0.9 https://bit.ly/genkit-0-9 mkdir 0.9-test && cd 0.9-test npm init -y npm i --dev genkit-cli@0.9.0-dev.4 tsx typescript npm i --save genkit@0.9.0-dev.4 @genkit-ai/googleai@0.9.0-dev.4 Paste this sample into src/index.ts: import { genkit } from 'genkit'; import ...
Getting started with Genkit 0.9
Was this page helpful?