genkit
genkit copied to clipboard
Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google
**Is your feature request related to a problem? Please describe.** How can I control the safety settings of a vertex ai model in a dotprompt file? I was trying gemini-1.5-flash...
When typing in the JSON input of the prompt playground, the screen gradually scrolls down eventually making the input off-screen.
You could argue that the Milliseconds type is closely related to the tracing output format. So move the type into core/tracing and remove the gtime package.
Summary of changes: - Flattened input schemas so the dev UI can auto-fill values for required fields. - Made `Part` fields exported because `inferJSONSchema` wasn't generating schema for them correctly...
**Is your feature request related to a problem? Please describe.** I have a requirement to embed non English text, but at the moment i can only access textEmbeddingGecko through, `import...
```sh ❯ genkit init ? Select the deployment platform: Firebase ? Select the deployment platform: Node.js ? Select the model provider: Google AI ? Select the model provider: Ollama (e.g....
Checklist (if applicable): - [x] Tested (manually, unit tested, etc.)
For example in your client web app (angular, etc) you can do this: ```js import { streamFlow } from '@genkit-ai/flow/client'; const response = streamFlow({ url: 'https://my-flow-deployed-url', input: 'foo', }); for...
Not pretty, but functional... 