"Now we will create a Chroma datastore with 400,000 products from our training dataset! It's getting real!\n",
"Now we will create a Chroma datastore with 400,000 products from our training dataset! It's getting real!\n",
"\n",
"\n",
"Note that we won't be using LangChain, but the API is very straightforward and consistent with before."
"Note that we won't be using LangChain, but the API is very straightforward and consistent with before.\n",
"\n",
"Special note: if Chroma crashes and you're a Windows user, you should try rolling back to an earlier version of the Chroma library with: \n",
"`!pip install chromadb==0.5.0` \n",
"With many thanks to student Kelly Z. for finding this out and pointing to the GitHub issue [here](https://github.com/chroma-core/chroma/issues/2513). "