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

google[minor]: Move Vertex embeddings to integration package #6459

Merged
merged 7 commits into from
Aug 8, 2024

Conversation

jacoblee93
Copy link
Collaborator

@jacoblee93 jacoblee93 commented Aug 8, 2024

Will need to break this up into different PRs to make it pass CI

CC @afirstenberg

Copy link

vercel bot commented Aug 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 7:50pm
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 7:50pm

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. auto:refactor A large refactor of a feature(s) or restructuring of many files labels Aug 8, 2024
@@ -212,7 +212,9 @@ export class GoogleVertexAILLMConnection<
}

const projectId = await this.client.getProjectId();

console.log(
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor nit - remove console.log. 😁

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Agh thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:refactor A large refactor of a feature(s) or restructuring of many files size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants