Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/genkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0-rc.12
Choose a base ref
...
head repository: firebase/genkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 17 commits
  • 190 files changed
  • 10 contributors

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3954e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c94885 View commit details
    Browse the repository at this point in the history
  3. [Go] adjust traces (redo) (#121)

    This is google/genkit#221. It was submitted after the repo
    change.
    jba authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3878051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aeb66d View commit details
    Browse the repository at this point in the history
  5. [Go] add localvec to correspond to TypeScript dev-local-vectorstore (#…

    …124)
    
    Add a genkit.DebugLog functions so that plugins can log debug info.
    ianlancetaylor authored May 13, 2024
    Configuration menu
    Copy the full SHA
    05a6069 View commit details
    Browse the repository at this point in the history
  6. [Go] logging for GCP (#146)

    Add logging to the google-cloud plugin.
    
    Use the GCP logging client for more control over logging that is
    provided with JSON output, like the log name.
    
    Write a slog Handler that constructs a logging.Entry.
    Init installs a default logger with the handler.
    jba authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9239bd4 View commit details
    Browse the repository at this point in the history
  7. Utilize gemini pro model in docs (#149)

    Co-authored-by: Chris Chestnut <cchestnut@google.com>
    MaesterChestnut and Chris Chestnut authored May 13, 2024
    Configuration menu
    Copy the full SHA
    dcd9734 View commit details
    Browse the repository at this point in the history
  8. [Go] document most generated types (#119)

    * [Go] document most generated types
    
    * unexport TextPart
    jba authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2a474e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd9c272 View commit details
    Browse the repository at this point in the history
  10. Replace bobFacts with menuSuggestion in rag docs (#113)

    * Replace bobFacts with menuSuggestion in rag docs
    
    * Add more context to sentence about example app
    
    * Format rag.md
    tagboola authored May 13, 2024
    Configuration menu
    Copy the full SHA
    38c3d6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9e0180 View commit details
    Browse the repository at this point in the history
  12. Update order of selections in the Firebase (#152)

    You first get prompted to select the product and _then_ you select your project.
    tagboola authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4b7742e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2d1427f View commit details
    Browse the repository at this point in the history
  14. Updated the CLI readme (#151)

    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    Co-authored-by: Chris Ray Gill <chgill@google.com>
    3 people authored May 13, 2024
    Configuration menu
    Copy the full SHA
    83f1200 View commit details
    Browse the repository at this point in the history
  15. Fix functions dependency (#154)

    * Fix functions dependency
    
    * Update other firebase-function references, fix pnpm-lock.yaml
    tagboola authored May 13, 2024
    Configuration menu
    Copy the full SHA
    13f24a9 View commit details
    Browse the repository at this point in the history
  16. Replace Part layout to use enum instead of bool. For future adding of…

    … a Tool kind. (#148)
    
    * Replace Part layout to use enum instead of bool.
    For future adding of a Tool kind.
    
    Add Tool support to googleai.
    Added ToolRequest and ToolResponse as possible Parts in a Document.
    
    Add Tool cases to JSON marshaler/unmarshaler.
    I don't think this is correct with respect to the javascript frontend,
    but it at least does something reasonable for now.
    
    * incorporate Ian's comments.
    
    * Handle conversation correctly so we don't have to cache a chat object
    (that caching won't work for more than one use of the generator).
    randall77 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    068a543 View commit details
    Browse the repository at this point in the history
  17. bump version to 0.5.0 (#150)

    pavelgj authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c3d9107 View commit details
    Browse the repository at this point in the history
Loading