Skip to content

Commit 3c050e2

Browse files
committed
build(notebooks): update pinned SDK commit to 6e098a2
1 parent 6e098a2 commit 3c050e2

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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
98+
" \"git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\",\n",
9999
" ],\n",
100100
" check=True,\n",
101101
" timeout=600,\n",
@@ -173,7 +173,7 @@
173173
" except ImportError as exc:\n",
174174
" raise RuntimeError(\n",
175175
" \"coordinode-embedded is not installed. \"\n",
176-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
176+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
177177
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
178178
" ) from exc\n",
179179
"\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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
86+
" \"git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
199+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=langchain-coordinode\",\n",
105+
" \"git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=langchain-coordinode\",\n",
106106
" \"langchain-community\",\n",
107107
" \"langchain-openai\",\n",
108108
" \"nest_asyncio\",\n",
@@ -193,7 +193,7 @@
193193
" except ImportError as exc:\n",
194194
" raise RuntimeError(\n",
195195
" \"coordinode-embedded is not installed. \"\n",
196-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
196+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
197197
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
198198
" ) from exc\n",
199199
"\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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#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@cf31c29654d53e28ed26f917197a90b6dc10c930#subdirectory=coordinode-embedded\"\n",
173+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#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)