Skip to content

Commit 1317755

Browse files
committed
build(notebooks): update pinned SDK commit to 8da94d6
1 parent 8da94d6 commit 1317755

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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\",\n",
98+
" \"git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#subdirectory=coordinode-embedded\",\n",
9999
" ],\n",
100100
" check=True,\n",
101101
" timeout=600,\n",
@@ -175,7 +175,7 @@
175175
" except ImportError as exc:\n",
176176
" raise RuntimeError(\n",
177177
" \"coordinode-embedded is not installed. \"\n",
178-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
178+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#subdirectory=coordinode-embedded\"\n",
179179
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
180180
" ) from exc\n",
181181
"\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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\",\n",
86+
" \"git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
199+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=langchain-coordinode\",\n",
105+
" \"git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#subdirectory=langchain-coordinode\",\n",
106106
" \"langchain-community\",\n",
107107
" \"langchain-openai\",\n",
108108
" \"nest_asyncio\",\n",
@@ -195,7 +195,7 @@
195195
" except ImportError as exc:\n",
196196
" raise RuntimeError(\n",
197197
" \"coordinode-embedded is not installed. \"\n",
198-
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
198+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#subdirectory=coordinode-embedded\"\n",
199199
" \" — or start a CoordiNode server and set COORDINODE_ADDR.\"\n",
200200
" ) from exc\n",
201201
"\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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\",\n",
83+
" \"git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#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@6e098a249b05b47c263233cd8cdb677546e46322#subdirectory=coordinode-embedded\"\n",
173+
" \"Run: pip install git+https://github.com/structured-world/coordinode-python.git@8da94d694ecaabee6f8380147d02f08220061bfa#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)