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