mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-15 03:57:19 +00:00
- added missed provider files (from `integrations/Callbacks` - updated notebooks: added links; updated into consistent formats
21 lines
378 B
Plaintext
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
|
|
```
|