# PostgresIndexConfig

> **Class** in `langgraph.store.postgres`

📖 [View in docs](https://reference.langchain.com/python/langgraph.store.postgres/base/PostgresIndexConfig)

Configuration for vector embeddings in PostgreSQL store with pgvector-specific options.

Extends EmbeddingConfig with additional configuration for pgvector index and vector types.

## Signature

```python
PostgresIndexConfig()
```

## Extends

- `IndexConfig`

## Properties

- `ann_index_config`
- `distance_type`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/aa322c13cd5f16a3f6254a931a4104e412cd687c/libs/checkpoint-postgres/langgraph/store/postgres/base.py#L219)