:mod:`langchain.vectorstores.pgembedding`.PGEmbedding ============================================================ .. currentmodule:: langchain.vectorstores.pgembedding .. autoclass:: PGEmbedding .. rubric:: Methods .. autosummary:: ~PGEmbedding.__init__ ~PGEmbedding.aadd_documents ~PGEmbedding.aadd_texts ~PGEmbedding.add_documents ~PGEmbedding.add_embeddings ~PGEmbedding.add_texts ~PGEmbedding.afrom_documents ~PGEmbedding.afrom_texts ~PGEmbedding.amax_marginal_relevance_search ~PGEmbedding.amax_marginal_relevance_search_by_vector ~PGEmbedding.as_retriever ~PGEmbedding.asearch ~PGEmbedding.asimilarity_search ~PGEmbedding.asimilarity_search_by_vector ~PGEmbedding.asimilarity_search_with_relevance_scores ~PGEmbedding.connect ~PGEmbedding.create_collection ~PGEmbedding.create_hnsw_extension ~PGEmbedding.create_hnsw_index ~PGEmbedding.create_tables_if_not_exists ~PGEmbedding.delete ~PGEmbedding.delete_collection ~PGEmbedding.drop_tables ~PGEmbedding.from_documents ~PGEmbedding.from_embeddings ~PGEmbedding.from_existing_index ~PGEmbedding.from_texts ~PGEmbedding.get_collection ~PGEmbedding.get_connection_string ~PGEmbedding.max_marginal_relevance_search ~PGEmbedding.max_marginal_relevance_search_by_vector ~PGEmbedding.search ~PGEmbedding.similarity_search ~PGEmbedding.similarity_search_by_vector ~PGEmbedding.similarity_search_with_relevance_scores ~PGEmbedding.similarity_search_with_score ~PGEmbedding.similarity_search_with_score_by_vector .. rubric:: Attributes .. autosummary:: ~PGEmbedding.embeddings .. example_links:: PGEmbedding