在langflow中对某句话的点赞点踩,langfuse如何检测到 #10635
-
Describe your question在langflow中对某句话的点赞点踩,langfuse如何检测到 Langfuse Cloud or Self-Hosted?Self-Hosted If self-hosted, what version are you running?No response SDK and integration versionsNo response Pre-Submission Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Based on the provided documentation, I cannot find specific information about Langflow integration with Langfuse for detecting thumbs up/down feedback. However, I can explain how Langfuse handles user feedback generally: Langfuse接收用户反馈(如点赞/点踩)的方式是通过Score事件。当用户在应用中对某个输出进行点赞或点踩时,需要通过Langfuse的ingestion API发送评分数据(1)(2)。 具体来说,您需要向 对于Langflow与Langfuse的具体集成实现,我建议:
如果您需要更详细的Langflow与Langfuse集成指导,建议查看Langfuse的官方集成文档或联系支持团队。 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
但是我在langfuse 里面有关于点赞点踩的信息什么都找不到 |
Beta Was this translation helpful? Give feedback.
Hi @fishfish123-win, You can find the implementation details for thumbs-up / thumbs-down feedback in the blog post “Showcase: LLM Chatbot”, under "Log user feedback"