langchain
langchain copied to clipboard
Validation error- Metadata should not be empty or None
I am experiencing an issue with Chroma:
Chroma.from_texts(texts=chunks, embedding=embeddings, persist_directory=config.PERSIST_DIR, metadatas=None)
opt/anaconda3/lib/python3.8/site-packages/langchain/vectorstores/chroma.py", line 27, in
Thanks for all the help!