LangChain Chroma-VectorDB

I was trying to follow the course and create a vector DB.

vectordb = Chroma.from_documents(
documents=docs,
embedding=embedding,
persist_directory=persistent_dir
)
getting the below error

AttributeError: module ‘numpy.typing’ has no attribute ‘NDArray’