diff --git a/dev/walkthrough.ipynb b/dev/walkthrough.ipynb index c05fb7c6..e19aba4b 100644 --- a/dev/walkthrough.ipynb +++ b/dev/walkthrough.ipynb @@ -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", @@ -61,13 +53,6 @@ "\n", "print(response.json())" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {