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