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

aws[major]: Add bedrock embeddings to aws package #6139

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

bracesproul
Copy link
Collaborator

@bracesproul bracesproul commented Jul 18, 2024

Ported from community
Added langchain as workspace dev dep so I can access MemoryVectorStore in tests

Copy link

vercel bot commented Jul 18, 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 Jul 18, 2024 10:06pm
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 10:06pm

@bracesproul bracesproul marked this pull request as ready for review July 18, 2024 22:00
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Jul 18, 2024
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
Copy link

Choose a reason for hiding this comment

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

Hey team, just a heads up that I've flagged a change in the PR that explicitly accesses an environment variable via process.env. It's important for maintainers to review this to ensure proper handling of environment variables.

@@ -65,6 +65,7 @@
"eslint-plugin-prettier": "^4.2.1",
Copy link

Choose a reason for hiding this comment

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

Hey there! I noticed the addition of the "langchain" dependency with the "workspace:*" value in the package.json. This change is flagged for maintainers to review as it pertains to the management of the dependency within the workspace. Great work, and looking forward to the review!

@@ -0,0 +1,84 @@
/* eslint-disable no-process-env */
Copy link

Choose a reason for hiding this comment

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

Hey team, I've flagged this PR for your review as it includes changes that access environment variables for AWS credentials using process.env. Please take a look to ensure the handling of environment variables aligns with best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant