-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #319 from aws-samples/feature/oss-agents
Feature/oss agents
- Loading branch information
Showing
18 changed files
with
7,290 additions
and
0 deletions.
There are no files selected for viewing
1,591 changes: 1,591 additions & 0 deletions
1,591
...d-function-calling/open-source-agents/LangChain-and-LangGraph/00_medibot_V3_prompts.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,594 changes: 1,594 additions & 0 deletions
1,594
...unction-calling/open-source-agents/LangChain-and-LangGraph/01_medibot_V3_memory_rag.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,131 changes: 1,131 additions & 0 deletions
1,131
...nd-function-calling/open-source-agents/LangChain-and-LangGraph/02_medibot_V3_agents.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
2,775 changes: 2,775 additions & 0 deletions
2,775
...ion-calling/open-source-agents/LangChain-and-LangGraph/03_langgraph_agents_of_agent.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
agents-and-function-calling/open-source-agents/LangChain-and-LangGraph/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+44.6 KB
...d-function-calling/open-source-agents/LangChain-and-LangGraph/images/agents.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+166 KB
...n-calling/open-source-agents/LangChain-and-LangGraph/images/chatbot_bedrock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.9 KB
...tion-calling/open-source-agents/LangChain-and-LangGraph/images/chatbot_lang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+264 KB
...ing/open-source-agents/LangChain-and-LangGraph/images/context-aware-chatbot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+90.6 KB
...ource-agents/LangChain-and-LangGraph/images/context_aware_history_retriever.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 KB
...ng/open-source-agents/LangChain-and-LangGraph/images/contextual_search_arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+195 KB
...on-calling/open-source-agents/LangChain-and-LangGraph/images/departure_rate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.86 KB
...n-calling/open-source-agents/LangChain-and-LangGraph/images/embeddings_lang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+87.7 KB
...-calling/open-source-agents/LangChain-and-LangGraph/images/langgraph_agents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+130 KB
...function-calling/open-source-agents/LangChain-and-LangGraph/images/ml_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+558 KB
...function-calling/open-source-agents/LangChain-and-LangGraph/images/ml_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
182 changes: 182 additions & 0 deletions
182
...ion-calling/open-source-agents/LangChain-and-LangGraph/rag_data/Amazon_SageMaker_FAQs.csv
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...and-function-calling/open-source-agents/LangChain-and-LangGraph/rag_data/medi_history.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |