Bagatur/deeplake docs fixes (#9275)

Co-authored-by: adilkhan <adilkhan.sarsen@nu.edu.kz>
This commit is contained in:
Bagatur
2023-08-15 15:56:36 -07:00
committed by GitHub
parent 1b3942ba74
commit bfbb97b74c
8 changed files with 5475 additions and 878 deletions

View File

@@ -142,10 +142,11 @@ class DeepLake(VectorStore):
self.dataset_path = dataset_path
logger.warning(
"Using embedding function is deprecated and will be removed "
"in the future. Please use embedding instead."
)
if embedding_function:
logger.warning(
"Using embedding function is deprecated and will be removed "
"in the future. Please use embedding instead."
)
self.vectorstore = DeepLakeVectorStore(
path=self.dataset_path,