Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Disable content recording in tracing #3894

Open
prise6 opened this issue Dec 24, 2024 · 0 comments
Open

[Feature Request] Disable content recording in tracing #3894

prise6 opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@prise6
Copy link

prise6 commented Dec 24, 2024

Is your feature request related to a problem? Please describe.
When tracing with promptflow, is it possible to disable content recording (i.e. inputs and outputs of LLM) while still logging traces ?

Describe the solution you'd like
Similar to :

from langchain_azure_ai.callbacks.tracers import AzureAIInferenceTracer
tracer = AzureAIInferenceTracer(
        connection_string="...",
        enable_content_recording=False,
)

Describe alternatives you've considered
I consider switching off promptflow tracing when serving and using langchain_azure_ai but:

  1. i'm not sure how to get it work : there are some collisions in tracer init ?
  2. i can use other framework than langchain

Additional context
I don't understand why there are two similar project with Azure AI (or AML/AI Foundry) to trace LLM apps ?

Thanks,

@prise6 prise6 added the enhancement New feature or request label Dec 24, 2024
@prise6 prise6 changed the title [Feature Request] [Feature Request] Disable content recording in tracing Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant