Skip to content

Genkit JS 1.1.0

Latest
Compare
Choose a tag to compare
@pavelgj pavelgj released this 06 Mar 13:13
· 15 commits to main since this release

What's Changed

  • feat(js/plugins/vertexai): added support for restricts and numerical restricts in vector search by @ifielker in #2186
  • feat(js/plugins/firebase): Expose vector distance and distance threshold options in Firestore vector store retriever by @ifielker in #2246
  • fix(js): Update Gemini plugins to handle parallel tools calls. Fixes #2241 by @mbleigh in #2250
  • fix(js/plugins/google-cloud): allow user specified otel instrumentations by @MichaelDoyle in #2033
  • fix(js/ai/src/prompt): Add variant name in prompt metadata by @shrutip90 in #2057
  • fix(js/plugins/google-cloud) don't truncate stopSequences by @MichaelDoyle in #2071
  • fix(js/plugins/firebase): add FirebaseTelemetryOptions by @MichaelDoyle in #1942
  • fix(js/plugins/{googleai,vertexai}): add usage stats for streaming results by @MichaelDoyle in #2070
  • fix(js/core): set streamSchema on defineAction by @zerolethanh in #2156
  • fix(js/ai/prompt): set prompt metadata for render action as expected by dev ui by @MichaelDoyle in #2180
  • fix(cli): bump max dev ui request size to 30mb (from 100kb) by @pavelgj in #2239
  • docs(js): added @genkit-ai/next to api ref by @pavelgj in #2247
  • chore(samples): Update the two Angular samples by @MarkTechson in #2248

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.0.5...genkit@1.1.0