Skip to content

Conversation

@Gustolandia
Copy link

This PR updates the Vertex AI Reranker sample app to use the correct model (semantic-ranker-512@latest) and includes improvements to documentation and configurations. It ensures compatibility with the latest Vertex AI API and provides a comprehensive README for setup and usage.
Checklist (if applicable):

  • [ x] Tested (manually)
  • [ x] Docs updated
@Gustolandia Gustolandia added bug Something isn't working docs Improvements or additions to documentation labels Nov 13, 2024
@Gustolandia Gustolandia added this to the js-0.9.0 milestone Nov 13, 2024
@Gustolandia Gustolandia self-assigned this Nov 13, 2024
@Gustolandia Gustolandia force-pushed the @invertase/genkit/js/testapps/vertexai-reranker branch from 729f749 to 79e202a Compare November 13, 2024 14:20
"build:clean": "rimraf ./lib",
"build:watch": "tsc --watch"
"build:watch": "tsc --watch",
"genkit:dev": "cross-env GENKIT_ENV=dev pnpm dev",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs to be applied globally in all testapps -- we no longer need to set GENKIT_ENV and rely on cross-env

Suggested change
"genkit:dev": "cross-env GENKIT_ENV=dev pnpm dev",
"genkit:dev": "genkit start -- pnpm dev",
@pavelgj pavelgj changed the title fix: @invertase update Vertex AI reranker app with proper model and setup and docs Nov 26, 2024
@hectoritr
Copy link

any news with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working docs Improvements or additions to documentation

3 participants