labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.49k stars 4.69k forks source link

为什么我用阿里的文本向量接口,语义搜索匹配的值都在几千,不是再0-1之间呢 #1282

Closed taishan666 closed 5 months ago

taishan666 commented 6 months ago

为什么我用阿里的文本向量接口,语义搜索匹配的值都在几千,不是再0-1之间呢

boleyn commented 6 months ago

没做归一化处理

lijiajun1997 commented 6 months ago

之前有人提过,目前对于其他的向量匹配度兼容性还没优化,估计后面会修复

c121914yu commented 5 months ago

没做归一化处理

正解

taishan666 commented 5 months ago

目前对于其他的向量匹配度兼容性还没优化,估计后面会修复

没做归一化处理 如何做归一化处理,再fastgpt上改,还是oneapi