Description
Context: I’m working on implementing Retrieval-Augmented Generation (RAG) by first applying a reranker to refine the retrieved results, followed by generating a response based on the top-ranked content. Example, I would like to retrieve 10 results, rerank them and then use top 3 to generate a response.
Question: Is it possible to do this using collections.generate.hybrid(...)
?
Server Setup Information
- Weaviate Server Version: 4.9.1
- Multi Node? Number of Running Nodes: NO
- Multitenancy?: NO