:mod:`langchain_community.vectorstores.deeplake`.DeepLake ================================================================ .. currentmodule:: langchain_community.vectorstores.deeplake .. autoclass:: DeepLake .. rubric:: Attributes .. autosummary:: ~DeepLake.embeddings .. rubric:: Methods .. autosummary:: ~DeepLake.__init__ ~DeepLake.aadd_documents ~DeepLake.aadd_texts ~DeepLake.add_documents ~DeepLake.add_texts ~DeepLake.adelete ~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.asimilarity_search_with_score ~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 .. automethod:: DeepLake.__init__ .. automethod:: DeepLake.aadd_documents .. automethod:: DeepLake.aadd_texts .. automethod:: DeepLake.add_documents .. automethod:: DeepLake.add_texts .. automethod:: DeepLake.adelete .. automethod:: DeepLake.afrom_documents .. automethod:: DeepLake.afrom_texts .. automethod:: DeepLake.amax_marginal_relevance_search .. automethod:: DeepLake.amax_marginal_relevance_search_by_vector .. automethod:: DeepLake.as_retriever .. automethod:: DeepLake.asearch .. automethod:: DeepLake.asimilarity_search .. automethod:: DeepLake.asimilarity_search_by_vector .. automethod:: DeepLake.asimilarity_search_with_relevance_scores .. automethod:: DeepLake.asimilarity_search_with_score .. automethod:: DeepLake.delete .. automethod:: DeepLake.delete_dataset .. automethod:: DeepLake.ds .. automethod:: DeepLake.force_delete_by_path .. automethod:: DeepLake.from_documents .. automethod:: DeepLake.from_texts .. automethod:: DeepLake.max_marginal_relevance_search .. automethod:: DeepLake.max_marginal_relevance_search_by_vector .. automethod:: DeepLake.search .. automethod:: DeepLake.similarity_search .. automethod:: DeepLake.similarity_search_by_vector .. automethod:: DeepLake.similarity_search_with_relevance_scores .. automethod:: DeepLake.similarity_search_with_score .. example_links:: DeepLake