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