Skip to content

Commit 76765db

Browse files
committed
Update notebooks with images.
1 parent 7857aa1 commit 76765db

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

images/astro_langchain.png

25.4 KB
Loading

images/cmr_langchain.png

15.4 KB
Loading

notebooks/langchain-react-astro.ipynb

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"source": [
77
"# Astro Query ReACT Agent\n",
88
"\n",
9-
"#### Using Langchain Agent Library"
9+
"#### Using Langchain Agent Library\n",
10+
"\n",
11+
"![Astro langchain](../images/astro_langchain.png)"
1012
]
1113
},
1214
{
@@ -757,7 +759,7 @@
757759
],
758760
"metadata": {
759761
"kernelspec": {
760-
"display_name": "Python 3 (ipykernel)",
762+
"display_name": "Python 3.9.12 ('base')",
761763
"language": "python",
762764
"name": "python3"
763765
},
@@ -771,7 +773,12 @@
771773
"name": "python",
772774
"nbconvert_exporter": "python",
773775
"pygments_lexer": "ipython3",
774-
"version": "3.12.1"
776+
"version": "3.9.12"
777+
},
778+
"vscode": {
779+
"interpreter": {
780+
"hash": "8987afb44532b2110e1a5e1b229dd281f8440b44477d285826a54acdd52d8797"
781+
}
775782
}
776783
},
777784
"nbformat": 4,

notebooks/langchain-react-cmr.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"\n",
99
"#### Using Langchain Agent Library\n",
1010
"\n",
11-
"This Notebook demonstrates how to use the Langchain Agent Library to query the CMR API. It uses the ReACT prompt pattern that language model leverages to chain multiple external tools (e.g. geocoding) together to geenrate a valid CMR query from natural language."
11+
"This Notebook demonstrates how to use the Langchain Agent Library to query the CMR API. It uses the ReACT prompt pattern that language model leverages to chain multiple external tools (e.g. geocoding) together to geenrate a valid CMR query from natural language.\n",
12+
"\n",
13+
"![CMR langchain](../images/cmr_langchain.png)"
1214
]
1315
},
1416
{

0 commit comments

Comments
 (0)