langchain/docs/docs/integrations/providers/context.mdx
Leonid Ganeline 0f02e94565
docs: integrations/providers/ update (#14315)
- added missed provider files (from `integrations/Callbacks`
- updated notebooks: added links; updated into consistent formats
2023-12-05 13:05:29 -08:00

21 lines
378 B
Plaintext

# Context
>[Context](https://context.ai/) provides user analytics for LLM-powered products and features.
## Installation and Setup
We need to install the `context-python` Python package:
```bash
pip install context-python
```
## Callbacks
See a [usage example](/docs/integrations/callbacks/context).
```python
from langchain.callbacks import ContextCallbackHandler
```