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