Narayan Acharya
09/22/2023, 4:12 PMalpha
coefficient to decide how the scores of keyword and vector search are combined or is it fixed like in the example in the docs:
K = rank of document in keyword search
S = rank of document in semantic search
rank_fusion_score = 0.7 * K + 0.3 * S