Skip to content

Commit

Permalink
Removes empty cell.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Mar 12, 2024
1 parent da13308 commit bee5ff4
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions notebooks/search/09-inference-cohere.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"output_type": "stream",
"text": [
"Score: 0.69965357\n",
"Title: Fight Club\n",
Expand Down Expand Up @@ -425,19 +425,12 @@
" plot = hit['_source']['plot']\n",
" print(f\"Score: {score}\\nTitle: {title}\\nPlot: {plot}\\n\")"
]
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "Ph8JwdUCP37T"
},
"id": "Ph8JwdUCP37T",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand All @@ -454,11 +447,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
},
"colab": {
"provenance": []
}
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit bee5ff4

Please sign in to comment.