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

[sessions] openinference-instrumentation package #2689

Closed
Tracked by #2619
mikeldking opened this issue Mar 25, 2024 · 0 comments · Fixed by Arize-ai/openinference#340
Closed
Tracked by #2619

[sessions] openinference-instrumentation package #2689

mikeldking opened this issue Mar 25, 2024 · 0 comments · Fixed by Arize-ai/openinference#340
Assignees
Labels

Comments

@mikeldking
Copy link
Contributor

mikeldking commented Mar 25, 2024

pseudo-code

import using_session from openinference.instrumentation


Route("/chat", (req, res) -> {
   with using_session(id: session_id):
      chain.invoke();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants