Skip to content
Discussion options

You must be logged in to vote

Hi @Farahala - sorry about this.

Last week we turned on OpenTelemetry by default, but this example does not yet use OpenTelemetry.

To try this example as is, you can simply turn off OTEL tracing by setting the environment variable:

os.environ["TRULENS_OTEL_TRACING"] = "0"

Alternatively, the google provider could be used in the standard QuickStart by just changing the provider line to:

from trulens.providers.google import Google

provider = Google()

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@sfc-gh-jreini
Comment options

@Farahala
Comment options

@sfc-gh-jreini
Comment options

Answer selected by Farahala
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants