Explorar o código

fix: notion install error message (#439)

cachho %!s(int64=2) %!d(string=hai) anos
pai
achega
c26559a2d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      embedchain/loaders/notion.py

+ 1 - 1
embedchain/loaders/notion.py

@@ -4,7 +4,7 @@ import os
 try:
     from llama_index import download_loader
 except ImportError:
-    raise ImportError("Notion requires extra dependencies. Install with `pip install embedchain[notion]`") from None
+    raise ImportError("Notion requires extra dependencies. Install with `pip install embedchain[community]`") from None
 
 
 from embedchain.loaders.base_loader import BaseLoader