EmbeddedNode#
- class langchain_astradb.graph_vectorstores.EmbeddedNode(doc: Document, embedding: list[float])[source]#
Create an Embedded Node.
Attributes
Methods
__init__
(doc,ย embedding)Create an Embedded Node.
- Parameters:
doc (Document)
embedding (list[float])