<@U01PL2YSG8L> You mentioned in <https://typesense...
# community-help
s
@Kishore Nallan You mentioned in https://typesense-community.slack.com/archives/C01P749MET0/p1734485556194609?thread_ts=1734422955.208159&amp;cid=C01P749MET0 that its not possible to conduct search over multiple embeddings at the same time. Is there any other alternative? As I would like to conduct a search over the "summary" (document level) embedding as well as the chunk_embeddings
k
You will have to combine those text into a single embedding vector (perhaps you can do a weighted average) and then store them as a single vector field for querying.