AnalyticDB(
self,
connection_string: str,
embedding_function: Embeddings,
embedding_dimension: int =AnalyticDB (distributed PostgreSQL) vector store.
AnalyticDB is a distributed full postgresql syntax cloud-native database.
connection_string is a postgres connection string.embedding_function any embedding function implementing
langchain.embeddings.base.Embeddings interface.collection_name is the name of the collection to use. (default: langchain)
pre_delete_collection if True, will delete the collection if it exists.
(default: False)