Hi, in "Searching with historical queries" how do ...
# community-help
b
Hi, in "Searching with historical queries" how do you calculate the final embedding? For example, I have these historical queries: 1) phone, 2) laptop, 3) computer. Do you sum up the embeddings of these terms?
b
I asked about Searching with historical queries
k
We average. There is an option to do weighting via the
query_weights
which does weighted average.