# VectorStoreIndexWrapper

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/indexes/vectorstore/VectorStoreIndexWrapper)

Wrapper around a `VectorStore` for easy access.

## Signature

```python
VectorStoreIndexWrapper()
```

## Extends

- `BaseModel`

## Properties

- `vectorstore`
- `model_config`

## Methods

- [`query()`](https://reference.langchain.com/python/langchain-classic/indexes/vectorstore/VectorStoreIndexWrapper/query)
- [`aquery()`](https://reference.langchain.com/python/langchain-classic/indexes/vectorstore/VectorStoreIndexWrapper/aquery)
- [`query_with_sources()`](https://reference.langchain.com/python/langchain-classic/indexes/vectorstore/VectorStoreIndexWrapper/query_with_sources)
- [`aquery_with_sources()`](https://reference.langchain.com/python/langchain-classic/indexes/vectorstore/VectorStoreIndexWrapper/aquery_with_sources)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/b302691ff9ad841804e93e5addbdc53b6974473b/libs/langchain/langchain_classic/indexes/vectorstore.py#L24)