omarsol's picture
Upload folder using huggingface_hub (#9)
8dc9a1e verified
raw
history blame
378 Bytes
# 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
```