For hybrid search, is it required to enable auto e...
# community-help
m
For hybrid search, is it required to enable auto embedding? What if the data is inserted with embeddings from backend ?
j
You can do this, but then you will have to generate embeddings for the query term yourself and send those vectors with vector_query parameter and the keyword in the q parameter. Typesense will then do a hybrid search
If you use built-in embeddings, then you Typesense will generate the embeddings for the query as well, and you don’t have to use the vector_query parameter, just send the keyword in the q parameter
❤️ 1
m
I had tried multi search previously where the search keyword is embedded and then passed and another search is regular, Already from v24 embedding column is populated with data. Will it work similarly ? Or I need to change the schema to enable auto embedding for better performance ?
j
It will work similarly, but only in v0.25. In v0.24 we didn’t allow using q and vector_query together
m
I tried multi search and then merged results but yesterday tried v25 which works great.
👍 1