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

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