When i tried this code im getting a error. Any one faced similar issue or any any solution pls share.
Code tried:
vectordb = Chroma.from_documents(
documents=splits,
embedding = embedding,
persist_directory = persist_directory
)
Error : ValueError: You are using a deprecated configuration of Chroma. Please pip install chroma-migrate and run chroma-migrate
to upgrade your configuration. See ✈️ Migration | Chroma for more information or join our discord at chroma for help!
I tried pip install chroma-migrate and run it aswell. After that im not able to proceed further.