Conversational Feedback (#12590)

Context in the README.

Show how score chat responses based on a followup from the user and then
log that as feedback in LangSmith
This commit is contained in:
William FH
2023-11-01 00:34:17 +09:00
committed by GitHub
parent f94e24dfd7
commit 88f0f1e73b
9 changed files with 1874 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from conversational_feedback.chain import chain
__all__ = ["chain"]