docs: 📝 Update Llama Index documentation

This commit is contained in:
André Ferreira
2024-05-28 12:08:57 +02:00
parent 400e3c428d
commit 691275e39d

View File

@@ -506,7 +506,7 @@ pip install `'tokencost[llama-index]'`
To use the base callback handler, you may import it:
```python
from tokencost.callbacks.llama_index import BaseCallbackHandler
from tokencost.callbacks.llama_index import TokenCostHandler
```
and pass to your framework callback handler.