mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
Bagatur/deeplake docs fixes (#9275)
Co-authored-by: adilkhan <adilkhan.sarsen@nu.edu.kz>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user