Nope, just an Idea based on my experiences with different RAG approaches. But I wanted to conduct search over the fields "Doc_Titel, Chunk, Chunks(Dense embedding), chunk(sparse embedding), doc_summary and so on (+some Filters before the search based on Date,...)
Since I wanted two different embeddings, the search from the embeddings should have been somehow combined using some scoring function and custom weighting. Afterwards the results should then be combined with the text search and reranked using a reranker.
Still thx for your responsea, but do you maybe have some workaround for that usecase?