Skip to content

Commit

Permalink
Merge pull request #319 from aws-samples/feature/oss-agents
Browse files Browse the repository at this point in the history
Feature/oss agents
  • Loading branch information
isingh09 authored Oct 7, 2024
2 parents 5157983 + 8f646b3 commit 2051c15
Show file tree
Hide file tree
Showing 18 changed files with 7,290 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# LangChain and LangGraph Agents

## The examples are with LangChain with Bedrock. Below are the examples we will show in this

## Contents

- [Introduction to prompts for function calling](./00_medibot_V3_prompts.ipynb) - Learn the basics of the prompts needed for agentic workflow
- [Introduction to RAG workflows for Agentics RAG workflows](./01_medibot_V3_memory_rag.ipynb) - Adding RAG to the chains which will become part of the Agentic workflows
- [Introduction to LangGraph Agents](./02_medibot_3V_agents.ipynb) - Ways to implement Generative AI Agents and its components.
- [End to End example with LangGraph](./03_langgraph_agents_of_agent.ipynb) - End to end exmples with LangGraph


## Contributing

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What all pain medications can be used for headache?,"For your use case only Asprin can be used"
what is asprin used for?,"Asprin is used for treating headache issues, pain and also for thinning blood"
What pain medications can be used Asprin?,"With Asprin you can generally take ibruphen, tylenol"
what pain medications does Asprin interfere with?,"With Asprin you can generally take all medicines except for XYZ"
what types of pain can be treated with asprin?,"Asprin can be used to treat headache, body pain"
what muscle pain can be trated with asprin?,"Asprin can be used to treat all types of muscle pain"
what all pain killers can be used?,"Asprin can be used primarily"
what all pain medications can be used?,"Asprin can be used primarily"

0 comments on commit 2051c15

Please sign in to comment.