Skip to content

Commit

Permalink
chore: Clean notebook outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Feb 10, 2024
1 parent 5b08fde commit 2146449
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions dev/walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{'success': True, 'index_name': 'simonas-serverless-1536'}\n"
]
}
],
"outputs": [],
"source": [
"# Ingest a file\n",
"url = f\"{API_URL}/api/v1/ingest\"\n",
Expand All @@ -61,13 +53,6 @@
"\n",
"print(response.json())"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 2146449

Please sign in to comment.