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