runtime error

t__:31 - Model download completed. 2023-10-26 20:33:46.728 | INFO | silero_api_server.tts:__init__:42 - TTS Service loaded successfully Initializing Edge TTS client Initializing ChromaDB Traceback (most recent call last): File "/app/server.py", line 246, in <module> chromadb_client = chromadb.Client(Settings(anonymized_telemetry=False, persist_directory=args.chroma_folder, chroma_db_impl='duckdb+parquet')) File "/usr/local/lib/python3.10/site-packages/chromadb/__init__.py", line 190, in Client return ClientCreator(tenant=tenant, database=database, settings=settings) File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 133, in __init__ super().__init__(settings=settings) File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 36, in __init__ SharedSystemClient._create_system_if_not_exists(self._identifier, settings) File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 43, in _create_system_if_not_exists new_system = System(settings) File "/usr/local/lib/python3.10/site-packages/chromadb/config.py", line 267, in __init__ if settings[key] is not None: File "/usr/local/lib/python3.10/site-packages/chromadb/config.py", line 204, in __getitem__ raise ValueError(LEGACY_ERROR) ValueError: You are using a deprecated configuration of Chroma. If you do not have data you wish to migrate, you only need to change how you construct your Chroma client. Please see the "New Clients" section of https://docs.trychroma.com/migration. ________________________________________________________________________________________________ If you do have data you wish to migrate, we have a migration tool you can use in order to migrate your data to the new Chroma architecture. Please `pip install chroma-migrate` and run `chroma-migrate` to migrate your data and then change how you construct your Chroma client. See https://docs.trychroma.com/migration for more information or join our discord at https://discord.gg/8g5FESbj for help!

Container logs:

Fetching error logs...