# AstraDBQueryResult

> **Class** in `langchain_astradb`

📖 [View in docs](https://reference.langchain.com/python/langchain-astradb/vectorstores/AstraDBQueryResult)

The complete information contained in a vector store entry.

This class represents all that can be returned from the collection when running
a query, which goes beyond just the corresponding Document.

## Signature

```python
AstraDBQueryResult()
```

## Extends

- `NamedTuple`

## Properties

- `document`
- `id`
- `embedding`
- `similarity`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-datastax/blob/f4a6aef74d38ee804b0d407e19359c6e45989068/libs/astradb/langchain_astradb/vectorstores.py#L106)