EmbeddingStore#
- class langchain_community.vectorstores.pgembedding.EmbeddingStore(**kwargs)[source]#
Embedding store.
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
Attributes
cmetadata
collection
collection_id
custom_id
document
embedding
metadata
registry
uuid
Methods
__init__
(**kwargs)A simple constructor that allows initialization from kwargs.
- __init__(**kwargs)#
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.