:mod:`langchain.vectorstores.deeplake`.DeepLake ====================================================== .. currentmodule:: langchain.vectorstores.deeplake .. autoclass:: DeepLake .. rubric:: Methods .. autosummary:: ~DeepLake.__init__ ~DeepLake.aadd_documents ~DeepLake.aadd_texts ~DeepLake.add_documents ~DeepLake.add_texts ~DeepLake.afrom_documents ~DeepLake.afrom_texts ~DeepLake.amax_marginal_relevance_search ~DeepLake.amax_marginal_relevance_search_by_vector ~DeepLake.as_retriever ~DeepLake.asearch ~DeepLake.asimilarity_search ~DeepLake.asimilarity_search_by_vector ~DeepLake.asimilarity_search_with_relevance_scores ~DeepLake.delete ~DeepLake.delete_dataset ~DeepLake.ds ~DeepLake.force_delete_by_path ~DeepLake.from_documents ~DeepLake.from_texts ~DeepLake.max_marginal_relevance_search ~DeepLake.max_marginal_relevance_search_by_vector ~DeepLake.search ~DeepLake.similarity_search ~DeepLake.similarity_search_by_vector ~DeepLake.similarity_search_with_relevance_scores ~DeepLake.similarity_search_with_score .. rubric:: Attributes .. autosummary:: ~DeepLake.embeddings .. example_links:: DeepLake