# SemanticContext

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/chains/pebblo_retrieval/models/SemanticContext)

Class for a semantic context.

## Signature

```python
SemanticContext(
    self,
    **data: Any = {},
)
```

## Extends

- `BaseModel`

## Constructors

```python
__init__(
    self,
    **data: Any = {},
) -> None
```


## Properties

- `pebblo_semantic_entities`
- `pebblo_semantic_topics`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/chains/pebblo_retrieval/models.py#L30)