Join Slack
Powered by
Hi, in "Searching with historical queries" how do ...
# community-help
b
Bill
07/02/2024, 12:21 PM
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?
d
Dima
07/02/2024, 12:30 PM
In case of
https://typesense.org/docs/26.0/api/conversational-search-rag.html#follow-up-questions
:
https://github.com/typesense/typesense/blob/324bd907b05f70b52a31103b81c5d9a891d56854/include/conversation_model.h#L44
b
Bill
07/02/2024, 12:50 PM
I asked about Searching with historical queries
k
Kishore Nallan
07/02/2024, 3:48 PM
We average. There is an option to do weighting via the
query_weights
which does weighted average.
Open in Slack
Previous
Next