cleaned import

This commit is contained in:
Yannick Stephan
2025-02-16 14:45:45 +01:00
parent 3fef8201c6
commit a0844bca28
12 changed files with 16 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ try:
import faiss
except ImportError as e:
raise ImportError(
"faiss library is not installed. Please install it to proceed."
"`faiss` library is not installed. Please install it via pip: `pip install faiss`."
) from e