-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Adding evaluations for the LLM AI implementation of ChatState #357
Adding evaluations for the LLM AI implementation of ChatState #357
Conversation
…mahomedalid/eShop into features/chat-state-evaluations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mahomedalid looks great.
Just had one question.
@@ -48,6 +49,15 @@ public ChatState(ICatalogService catalogService, IBasketState basketState, Claim | |||
Messages.AddAssistantMessage("Hi! I'm the Northern Mountains Concierge. How can I help?"); | |||
} | |||
|
|||
private void ConfigureKernel() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mahomedalid what is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3f02b78
into
dotnet:may-2024-ai-updates
Overview
This PR enhances the eShop reference sample by incorporating evaluations for the implementation of ChatState utilizing OpenAI's Large Language Model (LLM) AI. The goal is to assess the functionality of the ChatState feature, particularly focusing in coherence, groundedness and relevance.
Key Additions:
Notes: