Fixes to imports and repo link thanks to Trung N

This commit is contained in:
Edward Donner
2025-06-10 19:27:38 -04:00
parent ba4325e49a
commit e3e6cb752a
6 changed files with 67 additions and 9 deletions

View File

@@ -44,7 +44,6 @@
"from sentence_transformers import SentenceTransformer\n",
"from datasets import load_dataset\n",
"import chromadb\n",
"from items import Item\n",
"from sklearn.manifold import TSNE\n",
"import plotly.graph_objects as go"
]
@@ -77,6 +76,18 @@
"login(hf_token, add_to_git_credential=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8491f550-df4a-4c8f-a260-a7a419e8efb6",
"metadata": {},
"outputs": [],
"source": [
"# Another import after Logging in to Hugging Face - thank you Trung N.!\n",
"\n",
"from items import Item"
]
},
{
"cell_type": "markdown",
"id": "3d4995a4-f67f-4871-87df-8c6439b06366",