# AdjacentNode

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/graph_vectorstores/cassandra/AdjacentNode)

## Signature

```python
AdjacentNode(
    self,
    node: Node,
    embedding: list[float],
)
```

## Constructors

```python
__init__(
    self,
    node: Node,
    embedding: list[float],
) -> None
```

| Name | Type |
|------|------|
| `node` | `Node` |
| `embedding` | `list[float]` |


## Properties

- `id`
- `links`
- `embedding`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/graph_vectorstores/cassandra.py#L44)