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

Model observability for Mistral #1231

Conversation

ThomasVitale
Copy link
Contributor

@ThomasVitale ThomasVitale commented Aug 16, 2024

Add instrumentation to Mistral integration to support observability for chat and embedding models.

Demo app for manual verification: https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/10-observability/observability-models-mistral-ai

Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
@@ -135,6 +136,7 @@ public void mistralAiChatNonTransientError() {
}

@Test
@Disabled("Currently stream() does not implement retry")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be implemented in #1193

@@ -156,6 +158,7 @@ public void mistralAiChatStreamTransientError() {
}

@Test
@Disabled("Currently stream() does not implement retry")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be implemented in #1193

@markpollack
Copy link
Member

grazie mille! merged in 80fe5e4

@markpollack markpollack added this to the 1.0.0-M2 milestone Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants