runtime error

Exit code: 1. Reason: response = await anyio.to_thread.run_sync( File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2177, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 859, in run result = context.run(func, *args) File "/home/user/app/app.py", line 145, in chatbot result = search_queries([query]) File "/home/user/app/app.py", line 106, in search_queries query_embeddings = co.embed( File "/usr/local/lib/python3.10/site-packages/cohere/client.py", line 206, in embed responses = [ File "/usr/local/lib/python3.10/site-packages/cohere/client.py", line 206, in <listcomp> responses = [ File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator yield _result_or_cancel(fs.pop()) File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel return fut.result(timeout) File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 458, in result return self.__get_result() File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self._exception File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.10/site-packages/cohere/client.py", line 209, in <lambda> lambda text_batch: BaseCohere.embed( File "/usr/local/lib/python3.10/site-packages/cohere/base_client.py", line 1902, in embed raise NotFoundError( cohere.errors.not_found_error.NotFoundError: status_code: 404, body: {'id': 'd7e54663-492b-4163-a168-bf76e269ee23', 'message': "model 'embed-english-v2.0' was removed on April 4, 2026. See https://docs.cohere.com/docs/deprecations#2026-04-04-embed-v20-aya-expanse-8b for a list of models you can use instead."}

Container logs:

Fetching error logs...