For <hybrid search> is there a way to set the `alp...
# community-help
n
For hybrid search is there a way to set the
alpha
coefficient to decide how the scores of keyword and vector search are combined or is it fixed like in the example in the docs:
Copy code
K = rank of document in keyword search
S = rank of document in semantic search

rank_fusion_score = 0.7 * K + 0.3 * S