Skip to content

Commit

Permalink
🚧 fix(wip): example
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 19, 2023
1 parent 23e5109 commit e934002
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### 🧲 load your data again"
"##### 💾 load your data again"
]
},
{
Expand All @@ -108,7 +108,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### 🧲 at another workstation, run the following to receive processed data 📡\n",
"##### 📡 at another workstation, run the following to receive processed data\n",
"\n",
"```python\n",
"from magnet.ic import field\n",
Expand All @@ -124,7 +124,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### 🧲 export, but this time your data will also stream to a different node running `magnet` as it's being written to the current one"
"##### 📡 export, but this time your data will also stream to a different node running `magnet` as it's being written to the current one"
]
},
{
Expand Down Expand Up @@ -160,7 +160,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### 🧮 Vector DB implementation\n",
"#### 🧮 Vector DB implementation\n",
"\n",
"###### `magnet` currently support `milvus` and with it you can fully manage your vector DB in the context of your data"
]
Expand All @@ -186,7 +186,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### 🔎 including search"
"#### 🔎 including search"
]
},
{
Expand Down

0 comments on commit e934002

Please sign in to comment.