Langchain-Chatchat icon indicating copy to clipboard operation
Langchain-Chatchat copied to clipboard

匹配得分

Open Vincent131499 opened this issue 2 years ago • 1 comments

在示例cli_demo.py中返回的匹配文本没有对应的score,可以加上这个feature吗

Vincent131499 avatar Apr 24 '23 11:04 Vincent131499

好的 我看一下

MeteorMan @.***>于2023年4月24日 周一19:39写道:

在示例cli_demo.py中返回的匹配文本没有对应的score,可以加上这个feature吗

— Reply to this email directly, view it on GitHub https://github.com/imClumsyPanda/langchain-ChatGLM/issues/167, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLH5EQIL7EP5EXWZFFYAHLXCZQ65ANCNFSM6AAAAAAXJOMJWI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

imClumsyPanda avatar Apr 24 '23 12:04 imClumsyPanda

在最新版的v0.1.6中已经可以返回了,但是因为没有归一化,所以没有默认显示,输出方式可以参考cli_demo.py第40行注释的代码

imClumsyPanda avatar Apr 27 '23 04:04 imClumsyPanda