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])

__init__(
doc: Document,
embedding: list[float],
) None[source]#

Create an Embedded Node.

Parameters:
  • doc (Document)

  • embedding (list[float])

Return type:

None