Find answers from the community

Updated 2 months ago

Hi Everyone

Hi Everyone

I still don't understand the Hybrid Search function on PgVectorStore, can anyone help me to understand how that different than regular Vector Similarity Search?

Also, if lets say I already have huge VectorIndex, if I want to enable Hybrid Search, do I need to re-ingest the wrole index?

Thank you
T
R
4 comments
It combines keyword + semantic search. I think you need to pass it when creating the index: https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/postgres.html
Thanks @Teemu , I know that far. I'm more interested to know how it works under the hood.
I'm not 100% sure but I think they're running both vector + keyword search simultaneously and then using a cross-encoder to rerank those results.
Add a reply
Sign up and join the conversation on Discord