JohnGilhuly
JohnGilhuly
**Is your feature request related to a problem? Please describe.** We currently don't fully support tracing for Azure AI Search as a vector store when using our OpenAIInstrumentor. This instrumentor...
**Describe the bug** We're missing a few span attributes, specifically span_kind and inputs, within the guardrails integration. If you use llamaindex or langchain, those instrumentations fix the behavior, however if...
Create a tutorial similar to [these examples](https://github.com/Arize-ai/phoenix/tree/main/tutorials/tracing ) that shows [how to trace](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) an Anthropic example application.
**Is your feature request related to a problem? Please describe.** Our existing [DSPy tutorial](https://github.com/Arize-ai/phoenix/blob/main/tutorials/tracing/dspy_tracing_tutorial.ipynb) uses teleprompters, which DSPy has moved away from in favor of [Optimizers](https://dspy-docs.vercel.app/docs/building-blocks/optimizers). We need to update...