fix: notion install error message (#439)
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
|||||||
try:
|
try:
|
||||||
from llama_index import download_loader
|
from llama_index import download_loader
|
||||||
except ImportError:
|
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
|
from embedchain.loaders.base_loader import BaseLoader
|
||||||
|
|||||||
Reference in New Issue
Block a user