Arize-ai / openinference

Auto-Instrumentation for AI Observability
https://arize-ai.github.io/openinference/
Apache License 2.0
146 stars 22 forks source link

feat(llamaindex.TS): llama-index-ts initial package creation #497

Closed mikeldking closed 1 month ago

mikeldking commented 1 month ago

resolves #496

Initial scaffolding for instrumentation for llamaindex.TS. Adds spans for query.

Note: this uses patching because the Callback manager for llamaindex.ts seems extremely rudimentary and probably will not cover all cases. It also is not documented in any notable way