runtime error
Exit code: 1. Reason: param=pooler.dense.weight][A Loading weights: 100%|██████████| 199/199 [00:00<00:00, 2432.06it/s, Materializing param=pooler.dense.weight] MPNetModel LOAD REPORT from: sentence-transformers/all-mpnet-base-v2 Key | Status | | ------------------------+------------+--+- embeddings.position_ids | UNEXPECTED | | Notes: - UNEXPECTED :can be ignored when loading from different task/architecture; not ok if you expect identical arch. Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. tokenizer_config.json: 0%| | 0.00/363 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 363/363 [00:00<00:00, 1.29MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s][A vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 53.7MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 55.5MB/s] special_tokens_map.json: 0%| | 0.00/239 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 239/239 [00:00<00:00, 1.23MB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s][A config.json: 100%|██████████| 190/190 [00:00<00:00, 372kB/s] Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/langchain_community/retrievers/bm25.py", line 54, in from_texts from rank_bm25 import BM25Okapi ModuleNotFoundError: No module named 'rank_bm25' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 22, in <module> bm25 = BM25Retriever.from_texts(texts) File "/usr/local/lib/python3.13/site-packages/langchain_community/retrievers/bm25.py", line 56, in from_texts raise ImportError( ...<2 lines>... ) ImportError: Could not import rank_bm25, please install with `pip install rank_bm25`.
Container logs:
Fetching error logs...