Skip to content

Commit bc24c8d

Browse files
committed
build(notebooks): update pinned SDK commit to cf31c29
1 parent cf31c29 commit bc24c8d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

demo/notebooks/00_seed_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
" \"pip\",\n",
9696
" \"install\",\n",
9797
" \"-q\",\n",
98-
" \"git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\",\n",
98+
" \"git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
9999
" ],\n",
100100
" check=True,\n",
101101
" timeout=600,\n",
@@ -171,7 +171,7 @@
171171
" except ImportError as exc:\n",
172172
" raise RuntimeError(\n",
173173
" \"coordinode-embedded is not installed. \"\n",
174-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\"\n",
174+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
175175
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
176176
" ) from exc\n",
177177
"\n",

demo/notebooks/01_llama_index_property_graph.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
" \"pip\",\n",
8484
" \"install\",\n",
8585
" \"-q\",\n",
86-
" \"git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\",\n",
86+
" \"git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
8787
" ],\n",
8888
" check=True,\n",
8989
" timeout=600,\n",
@@ -196,7 +196,7 @@
196196
" except ImportError as exc:\n",
197197
" raise RuntimeError(\n",
198198
" \"coordinode-embedded is not installed. \"\n",
199-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\"\n",
199+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
200200
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
201201
" ) from exc\n",
202202
"\n",

demo/notebooks/02_langchain_graph_chain.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
" \"pip\",\n",
8181
" \"install\",\n",
8282
" \"-q\",\n",
83-
" \"git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
8484
" ],\n",
8585
" check=True,\n",
8686
" timeout=600,\n",
@@ -102,7 +102,7 @@
102102
" \"-q\",\n",
103103
" \"coordinode\",\n",
104104
" \"langchain\",\n",
105-
" \"git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=langchain-coordinode\",\n",
105+
" \"git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=langchain-coordinode\",\n",
106106
" \"langchain-community\",\n",
107107
" \"langchain-openai\",\n",
108108
" \"nest_asyncio\",\n",
@@ -191,7 +191,7 @@
191191
" except ImportError as exc:\n",
192192
" raise RuntimeError(\n",
193193
" \"coordinode-embedded is not installed. \"\n",
194-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\"\n",
194+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
195195
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
196196
" ) from exc\n",
197197
"\n",

demo/notebooks/03_langgraph_agent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
" \"pip\",\n",
8181
" \"install\",\n",
8282
" \"-q\",\n",
83-
" \"git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
8484
" ],\n",
8585
" check=True,\n",
8686
" timeout=600,\n",
@@ -170,7 +170,7 @@
170170
" except ImportError as exc:\n",
171171
" raise RuntimeError(\n",
172172
" \"coordinode-embedded is not installed. \"\n",
173-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@4efc7b287211f4cfcf203ce92c83773d7d72ff61#subdirectory=coordinode-embedded\"\n",
173+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
174174
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
175175
" ) from exc\n",
176176
"\n",

0 commit comments

Comments
 (0)