diff --git a/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py index 9d1d337d..407e92cc 100644 --- a/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py +++ b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py @@ -30,7 +30,6 @@ def _load_model(self): checkpoint_path = os.path.expanduser( "~/.cache/torch/checkpoints/imagebind_huge.pth" ) - logger.info(f"Using cache {checkpoint_path}") os.makedirs(os.path.dirname(checkpoint_path), exist_ok=True) if not os.path.exists(checkpoint_path):