chroma_collection = cls(
TypeError: __init__() got an unexpected keyword argument 'embeddings'
# db = Chroma.from_documents([nothing_doc,nothing_doc,nothing_doc],persist_directory=CHROMA_PERSIST_DIRECTORY, embeddings=embeddings)
db = Chroma.from_documents([nothing_doc,nothing_doc,nothing_doc],persist_directory=CHROMA_PERSIST_DIRECTORY, embedding=embeddings)