[llama-index] support for llamaindex tags #765
Labels
enhancement
New feature or request
instrumentation: llama-index
Related to llama-index instrumentation module
language: python
Related to Python integration
Of interest to arize, we just merged/released an interesting update to instrumentation
Basically, users can add arbitrary tags to their spans/events
from llama_index.core.instrumentation.dispatcher import instrument_tags
Any events/spans emitted under the with block will have a .tags attribute with the provided tags
The text was updated successfully, but these errors were encountered: