Find answers from the community

Updated last year

VectorIndexRetriever, Rerank, Query mode, Response Mode

I am looking to sort VectorIndexRetriever by the rank. I see this. https://gpt-index.readthedocs.io/en/latest/core_modules/query_modules/node_postprocessors/modules.html#fixedrecencypostprocessor but not sure how can I use it
e
L
7 comments
does all vector stores support hybrid search? what does the values do when underlying vector store doesn't support it (alpha, hybrid values)
are they simply ignoreD?!
They are ignored yea πŸ˜… I think only weaviate supports hybrid currently? Maybe 1 or 2 others I forgetting.

I realize none of this is documented well. It's on the todo list πŸ˜…
I like the way you guys abstracted it to make it standard in case the other databases start supporting it. I guess you could simply add more comments to the source code
When I'm using this API, what is the process to get the ranking sorting order? I'm getting better results little in the bottom of the nodes. I want the search results to be sorted by the similarity rank
Ideally thus should be the default order
Sorting by similarity should be the default I thought πŸ€”
Add a reply
Sign up and join the conversation on Discord