Skip to content

Commit

Permalink
chore: remove unused code cell (#1113)
Browse files Browse the repository at this point in the history
removed this so it's less confusing for newcomers
  • Loading branch information
stokedout authored Apr 30, 2024
1 parent d4d7973 commit 0591fcc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions trulens_eval/examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@
"Create a chromadb vector store in memory."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from openai import OpenAI\n",
"oai_client = OpenAI()\n",
"\n",
"oai_client.embeddings.create(\n",
" model=\"text-embedding-ada-002\",\n",
" input=university_info\n",
" )"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 0591fcc

Please sign in to comment.