infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
12.45k stars 1.21k forks source link

[Question]: Why the Vector Similarity is always Zero?? #1304

Open hyr910331 opened 3 weeks ago

hyr910331 commented 3 weeks ago

Describe your problem

Why the Vector Similarity is always Zero?? image

hyr910331 commented 3 weeks ago

im using openAI text-embedding-3-large

KevinHuSh commented 3 weeks ago

Wha't is dimension of this embedding? Any exception in log?

seedclaimer commented 2 weeks ago

Wha't is dimension of this embedding? Any exception in log?

same problem. i'm using model yinka (1792d) on xinference,switching to bge(1024d, also on xinference) does solve the problem