Remove sacramento
article thumbnail

Introduction to Prompt Templates in LangChain

Heartbeat

AI: The capital of {place} is {capital} """) prompt = prompt_template.format(place="California", capital="Sacramento") print(prompt) This will show the prompt as: Human: What is the capital of California?

LLM 52
article thumbnail

Build a crop segmentation machine learning model with Planet data and Amazon SageMaker geospatial capabilities

AWS Machine Learning Blog

Data selection The agricultural field we zoom into is located at the usually sunny Sacramento County in California. Why Sacramento? The 2015 Sacramento County Land Use DWR Survey dataset is a publicly available dataset covering Sacramento County in that year and provides hand-adjusted boundaries.

professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Use Snowflake as a data source to train ML models with Amazon SageMaker

AWS Machine Learning Blog

Sergey holds an MSEE and a CS certificate from Stanford and a BS degree in physics and mechanical engineering from California State University, Sacramento. Outside of work, Sergey enjoys wine-making, skiing, biking, sailing, and scuba-diving. Sergey is also a volunteer pilot for Angel Flight.

ML 108
article thumbnail

Live Meeting Assistant with Amazon Transcribe, Amazon Bedrock, and Knowledge Bases for Amazon Bedrock

AWS Machine Learning Blog

Chris lives in Sacramento, California and enjoys gardening, aerospace, and traveling the world. About the authors Bob Strahan is a Principal Solutions Architect in the AWS Language AI Services team. Chris Lott is a Principal Solutions Architect in the AWS AI Language Services team. Babu Srinivasan is a Sr.

Metadata 112
article thumbnail

Enhancing LangChain Agents with Custom Tools

Heartbeat

I need to search for the Sacramento Kings win-loss record for the 2022-2023 season. Explore Sacramento Kings all-time NBA seasons record Splits including Home Games, Road Games, Last 10 Games and much more. Sacramento finishes Q1 at DEN with 43 points and has now scored 9,846 points this season. Kings Franchise Index.

LLM 52
article thumbnail

Use generative AI to increase agent productivity through automated call summarization

AWS Machine Learning Blog

Chris lives in Sacramento, California and enjoys gardening, aerospace, and traveling the world. About the authors Christopher Lott is a Senior Solutions Architect in the AWS AI Language Services team. He has 20 years of enterprise software development experience.

article thumbnail

Using Advanced Retrievers in LangChain

Heartbeat

split("n") return LineList(lines=lines) output_parser = LineListOutputParser() QUERY_PROMPT = PromptTemplate( input_variables=["question"], template="""You are a modern Stoic philosopher who has grown up in the hoods of south Sacramento, California.

LLM 52