# VertexAIMultiTurnSearchRetriever

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/vertex_ai_search/VertexAIMultiTurnSearchRetriever)

Google Vertex AI Search retriever for multi-turn conversations.

Supports both stable (v1) and beta versions of the Discovery Engine API.

## Signature

```python
VertexAIMultiTurnSearchRetriever(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `BaseRetriever`
- `_BaseVertexAISearchRetriever`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
)
```


## Properties

- `conversation_id`
- `model_config`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/515c1ee9ffe9a0c9533d03a9def7f74f8c3455e4/libs/community/langchain_google_community/vertex_ai_search.py#L641)