Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: @invertase update Vertex AI reranker app with proper model and setup and docs #1259

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

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
@@ -8,7 +8,9 @@
"compile": "tsc",
"build": "pnpm build:clean && pnpm compile",
"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",

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
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants