Skip to content

Commit 69ee23a

Browse files
committed
Must now install milvus-lite to use a local Milvus DB
https: //github.com/milvus-io/pymilvus/pull/2976 Signed-off-by: BJ Hargrave <[email protected]>
1 parent 1d623d8 commit 69ee23a

4 files changed

Lines changed: 1979 additions & 10871 deletions

File tree

notebooks/Chunking.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,14 @@
249249
},
250250
"outputs": [],
251251
"source": [
252+
"! echo \"::group::Install Dependencies\"\n",
253+
"%pip install uv\n",
252254
"! uv pip install \\\n",
253255
" transformers \\\n",
254256
" pillow \\\n",
255257
" docling \\\n",
256-
" matplotlib"
258+
" matplotlib\n",
259+
"! echo \"::endgroup::\""
257260
]
258261
},
259262
{

notebooks/Conversion.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@
135135
},
136136
"outputs": [],
137137
"source": [
138-
"! uv pip install \"docling[vlm]\" matplotlib pillow pandas ipywidgets python-dotenv"
138+
"! echo \"::group::Install Dependencies\"\n",
139+
"%pip install uv\n",
140+
"! uv pip install \"docling[vlm]\" matplotlib pillow pandas ipywidgets python-dotenv\n",
141+
"! echo \"::endgroup::\""
139142
]
140143
},
141144
{

0 commit comments

Comments
 (0)