Error in Second Last Lecture [ Build your own RAG Bot]

In Cell no: 29 (after running sequence wise)

Code : vectorstore = Chroma.from_documents(documents, embeddings)

Error:
ValueError Traceback (most recent call last)
File /usr/local/lib/python3.11/site-packages/langchain_community/vectorstores/chroma.py:297, in Chroma.add_texts(self, texts, metadatas, ids, **kwargs)
296 try:
→ 297 self._collection.upsert(
298 metadatas=metadatas,
299 embeddings=embeddings_with_metadatas,
300 documents=texts_with_metadatas,
301 ids=ids_with_metadata,
302 )
303 except ValueError as e:

I tried to re-run Multiple times, but the Error still persists.
Kindly, resolve this issue…
Thank you for your time and attention.