runtime error
Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 226, in __aenter__ await self._router._startup() File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 4556, in _startup handler() File "/app/backend/app.py", line 38, in _load_knowledge _index.build(chunks, SILICONFLOW_API_KEY) File "/app/backend/retriever.py", line 83, in build raw = _call_embedding_api(texts, api_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/backend/retriever.py", line 41, in _call_embedding_api resp.raise_for_status() File "/usr/local/lib/python3.11/site-packages/httpx/_models.py", line 829, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.siliconflow.cn/v1/embeddings' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403 ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...