# VectorSearchVectorStoreGCS

> **Class** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/vectorstores/vectorstores/VectorSearchVectorStoreGCS)

Alias of `VectorSearchVectorStore` for consistency with the rest of vector
stores with different document storage backends.

## Signature

```python
VectorSearchVectorStoreGCS(
    self,
    searcher: Searcher,
    document_storage: DocumentStorage,
    embeddings: Embeddings | None = None,
)
```

## Extends

- `VectorSearchVectorStore`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/a3f016b2a6c4af535df275545f76fa7424aa39e5/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py#L816)