runtime error

Exit code: 1. Reason: UserWarning: Field "model_kwargs" in HuggingFaceLLM has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in HuggingFaceInferenceAPI has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in TextGenerationInference has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( /home/user/app/app.py:25: DeprecationWarning: Call to deprecated class HuggingFaceInferenceAPI. (Deprecated in favor of `HuggingFaceInferenceAPI` from `llama-index-llms-huggingface-api` which should be used instead.) Settings.llm = HuggingFaceInferenceAPI( Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> Settings.embed_model = HuggingFaceEmbedding( File "/usr/local/lib/python3.10/site-packages/llama_index/embeddings/huggingface/base.py", line 150, in __init__ model = SentenceTransformer( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 294, in __init__ modules, self.module_kwargs = self._load_sbert_model( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 1663, in _load_sbert_model module = module_class.load(module_path) File "/usr/local/lib/python3.10/site-packages/sentence_transformers/models/Pooling.py", line 244, in load with open(os.path.join(input_path, "config.json")) as fIn: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/llama_index/models--BAAI--bge-small-en-v1.5/snapshots/5c38ec7c405ec4b44b94cc5a9bb96e735b38267a/1_Pooling/config.json'

Container logs:

Fetching error logs...