runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py:223: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style 'role' and 'content' keys. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> retriever, stemmer = load_bm25() File "/home/user/app/app.py", line 42, in load_bm25 retriever = bm25s.BM25.load("NJ_index_LLM_chunking", mmap=False) File "/usr/local/lib/python3.10/site-packages/bm25s/__init__.py", line 1011, in load with open(params_path, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'NJ_index_LLM_chunking/params.index.json'
Container logs:
Fetching error logs...