AdjacentNode#
- class langchain_community.graph_vectorstores.cassandra.AdjacentNode(
- node: Node,
- embedding: list[float],
Create an Adjacent Node.
Attributes
Methods
__init__
(node,ย embedding)Create an Adjacent Node.
- Parameters:
node (Node)
embedding (list[float])