runtime error
Exit code: 1. Reason: /home/user/app/app.py:41: LangChainBetaWarning: The function `convert_positional_only_function_to_tool` is in beta. It is actively being worked on, so the API may change. if tool := convert_positional_only_function_to_tool( Traceback (most recent call last): File "/home/user/app/app.py", line 65, in <module> store.put( File "/usr/local/lib/python3.10/site-packages/langgraph/store/base/__init__.py", line 881, in put self.batch( File "/usr/local/lib/python3.10/site-packages/langgraph/store/memory/__init__.py", line 216, in batch embeddings = self.embeddings.embed_documents(list(to_embed)) File "/usr/local/lib/python3.10/site-packages/langchain_openai/embeddings/base.py", line 590, in embed_documents return self._get_len_safe_embeddings( File "/usr/local/lib/python3.10/site-packages/langchain_openai/embeddings/base.py", line 478, in _get_len_safe_embeddings response = self.client.create( File "/usr/local/lib/python3.10/site-packages/openai/resources/embeddings.py", line 132, in create return self._post( File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 1256, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 1044, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
Container logs:
Fetching error logs...