Find answers from the community

Updated 2 months ago

Hello all

Hello all,
I'm trying to build a RAG and I was wondering if there is any drawbacks beside computational time to it ?
In my case I'd like to use either a vector store index + keyword index or vector store index + keyword index + reranker.
Also is there a 'standard' reranker that should be used for structured data ?
Thanks a lot !
L
1 comment
I think using a vector +keyowrd + reranker is ideal!

Not sure if I know of any reranker specific to structured data though -- our default reranker should be good enough
https://gpt-index.readthedocs.io/en/latest/core_modules/query_modules/node_postprocessors/modules.html#sentencetransformerrerank
Add a reply
Sign up and join the conversation on Discord