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

changed to explicit map reduce function #177

Merged
merged 4 commits into from
Nov 27, 2023
Merged

Conversation

arvindsoni80
Copy link
Collaborator

Description

changed order of pages in side nav.
changed the llm langchain map red…uce to invoke map reduce explicitly for understanding the concept

Motivation and Context

langchain map reduce is hard to explain the inner workings. so create a more explicit map/reduce function that explains the approach better.

How Has This Been Tested?

  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

…uce to invoke map reduce explicitly for understanding the concept
@arvindsoni80 arvindsoni80 requested a review from a team as a code owner November 25, 2023 22:19
…l GBs and not rworkshop setting is not reliable to build and upload since large image
@@ -56,7 +56,11 @@ def __init__(
fargate_task_image = ApplicationLoadBalancedTaskImageOptions(
container_name=self.stack_props.container_name,
# build container image from local folder
image=ContainerImage.from_asset("web-app", platform=Platform.LINUX_AMD64),
# image=ContainerImage.from_asset("web-app", platform=Platform.LINUX_AMD64),
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: remove lines 58-59 if no longer building image from source

Copy link
Contributor

Choose a reason for hiding this comment

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

seems to be a temp measure for re:Invent

@arvindsoni80 arvindsoni80 merged commit 893853e into main Nov 27, 2023
16 checks passed
@arvindsoni80 arvindsoni80 deleted the map_reduce_change branch November 27, 2023 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants