runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> storage_context = StorageContext.from_defaults(persist_dir="lamis_lp_metadata") File "/usr/local/lib/python3.10/site-packages/llama_index/core/storage/storage_context.py", line 110, in from_defaults docstore = docstore or SimpleDocumentStore.from_persist_dir( File "/usr/local/lib/python3.10/site-packages/llama_index/core/storage/docstore/simple_docstore.py", line 57, in from_persist_dir return cls.from_persist_path(persist_path, namespace=namespace, fs=fs) File "/usr/local/lib/python3.10/site-packages/llama_index/core/storage/docstore/simple_docstore.py", line 74, in from_persist_path simple_kvstore = SimpleKVStore.from_persist_path(persist_path, fs=fs) File "/usr/local/lib/python3.10/site-packages/llama_index/core/storage/kvstore/simple_kvstore.py", line 97, in from_persist_path with fs.open(persist_path, "rb") as f: File "/usr/local/lib/python3.10/site-packages/fsspec/spec.py", line 1310, in open f = self._open( File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 200, in _open return LocalFileOpener(path, mode, fs=self, **kwargs) File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 364, in __init__ self._open() File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 369, in _open self.f = open(self.path, mode=self.mode) FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/lamis_lp_metadata/docstore.json'
Container logs:
Fetching error logs...