:mod:`langchain_community.vectorstores.yellowbrick`.Yellowbrick ====================================================================== .. currentmodule:: langchain_community.vectorstores.yellowbrick .. autoclass:: Yellowbrick .. rubric:: Attributes .. autosummary:: ~Yellowbrick.embeddings .. rubric:: Methods .. autosummary:: ~Yellowbrick.__init__ ~Yellowbrick.aadd_documents ~Yellowbrick.aadd_texts ~Yellowbrick.add_documents ~Yellowbrick.add_texts ~Yellowbrick.adelete ~Yellowbrick.afrom_documents ~Yellowbrick.afrom_texts ~Yellowbrick.amax_marginal_relevance_search ~Yellowbrick.amax_marginal_relevance_search_by_vector ~Yellowbrick.as_retriever ~Yellowbrick.asearch ~Yellowbrick.asimilarity_search ~Yellowbrick.asimilarity_search_by_vector ~Yellowbrick.asimilarity_search_with_relevance_scores ~Yellowbrick.asimilarity_search_with_score ~Yellowbrick.check_database_utf8 ~Yellowbrick.create_table_if_not_exists ~Yellowbrick.delete ~Yellowbrick.drop ~Yellowbrick.from_documents ~Yellowbrick.from_texts ~Yellowbrick.max_marginal_relevance_search ~Yellowbrick.max_marginal_relevance_search_by_vector ~Yellowbrick.search ~Yellowbrick.similarity_search ~Yellowbrick.similarity_search_by_vector ~Yellowbrick.similarity_search_with_relevance_scores ~Yellowbrick.similarity_search_with_score ~Yellowbrick.similarity_search_with_score_by_vector .. automethod:: Yellowbrick.__init__ .. automethod:: Yellowbrick.aadd_documents .. automethod:: Yellowbrick.aadd_texts .. automethod:: Yellowbrick.add_documents .. automethod:: Yellowbrick.add_texts .. automethod:: Yellowbrick.adelete .. automethod:: Yellowbrick.afrom_documents .. automethod:: Yellowbrick.afrom_texts .. automethod:: Yellowbrick.amax_marginal_relevance_search .. automethod:: Yellowbrick.amax_marginal_relevance_search_by_vector .. automethod:: Yellowbrick.as_retriever .. automethod:: Yellowbrick.asearch .. automethod:: Yellowbrick.asimilarity_search .. automethod:: Yellowbrick.asimilarity_search_by_vector .. automethod:: Yellowbrick.asimilarity_search_with_relevance_scores .. automethod:: Yellowbrick.asimilarity_search_with_score .. automethod:: Yellowbrick.check_database_utf8 .. automethod:: Yellowbrick.create_table_if_not_exists .. automethod:: Yellowbrick.delete .. automethod:: Yellowbrick.drop .. automethod:: Yellowbrick.from_documents .. automethod:: Yellowbrick.from_texts .. automethod:: Yellowbrick.max_marginal_relevance_search .. automethod:: Yellowbrick.max_marginal_relevance_search_by_vector .. automethod:: Yellowbrick.search .. automethod:: Yellowbrick.similarity_search .. automethod:: Yellowbrick.similarity_search_by_vector .. automethod:: Yellowbrick.similarity_search_with_relevance_scores .. automethod:: Yellowbrick.similarity_search_with_score .. automethod:: Yellowbrick.similarity_search_with_score_by_vector .. example_links:: Yellowbrick