0.5.0-rc.10
Pre-release
Pre-release
What's Changed
- Rename toc titles to be more consistent with expected behaviors by @schnecle in #75
- Update docs to include embedder when using answer relevancy metric by @tagboola in #76
- Move CLI code to separate package folder by @tonybaroneee in #78
- Fixes DocumentData imports. by @mbleigh in #79
- Support references in
eval:flow
by @ssbushi in #63 - Use dotprompt in evaluators by @ssbushi in #42
- [Go] adding metadata to models, etc. by @pavelgj in #71
- Update genkit init templates and docs by @MaesterChestnut in #62
- [Go] add vertexai embedder by @ianlancetaylor in #81
- Fix genkit init to work with new cli directory by @MaesterChestnut in #84
- Adds enum support to Picoschema. by @mbleigh in #85
- Automatically generate schema export file on common build by @tonybaroneee in #39
- Create code for menu/basic example by @MaesterChestnut in #57
- Moving the dotprompt package into a plugin by @maxl0rd in #80
- Fix import in vertexai plugin by @tonybaroneee in #86
- Fixed more eval imports by @pavelgj in #87
- Add
dotprompt
plugin to menu sample by @tonybaroneee in #90 - Remove dotprompt plugin from
build:core
by @tonybaroneee in #88 - Unwrap logs by @ssbushi in #91
- Remove references to initializeGenkit() in samples by @MichaelDoyle in #89
- Add in a menu based rag example to use in docs. by @schnecle in #82
- Use cors middleware by default for startFlowsServer by @pavelgj in #95
- Resolving issues with loading dotprompt files by @maxl0rd in #92
- [Go] update dotprompt model strings to use provider/model by @ianlancetaylor in #94
- Added harness mode for Next.js. by @apascal07 in #93
- Implement tool calls for Google AI by @MichaelDoyle in #49
- [Go] regenerate types, set new GenerateResponse.Request field by @ianlancetaylor in #101
- Fixed default condition for entry point. by @apascal07 in #102
- fix go.mod Go version by @randall77 in #24
- Added defaultModel to config that allows setting a global default model and config by @pavelgj in #98
- Renamed ollama plugin to
genkitx-ollama
by @pavelgj in #97 - Fix missing attributes in dotprompt serialization by @MichaelDoyle in #104
- Minor cli cleanup: show help when no command provided, hide login/deploy unless plugins installed by @pavelgj in #105
- Add note that evaluator and vertexai packages must be installed by @tagboola in #77
- Fix pnpm-lock.yaml and build dotprompt plugin first by @tonybaroneee in #106
- Fix for doc referenced samples by @MaesterChestnut in #99
- Adding missing .js suffixes to relative imports (required for mjs) by @pavelgj in #108
Full Changelog: 0.5.0-rc.9...0.5.0-rc.10