Find answers from the community

Updated 3 months ago

llama_index/llama-index-core/llama_index...

https://github.com/run-llama/llama_index/blob/v0.10.18/llama-index-core/llama_index/core/vector_stores/simple.py#L214

https://docs.llamaindex.ai/en/stable/examples/vector_stores/WeaviateIndexDemo-Hybrid.html

Hi, I am curious to know how hybrid search triggers BM25 under the hood but I can't find it in the code. Could you point me to the right code?
Plain Text
query_engine = index.as_query_engine(
    vector_store_query_mode="hybrid", similarity_top_k=2
)
response = query_engine.query(
    "What did the author do growing up?",
)
Add a reply
Sign up and join the conversation on Discord