LangChain - LangSmith Observability
Given a feedback table with columns
Assume the table has:
1, 'Good'
2, 'Average'
3, 'Excellent'
id and comment, what will this query return?SELECT comment FROM feedback WHERE id = 3;Assume the table has:
1, 'Good'
2, 'Average'
3, 'Excellent'
