SimpleDirectoryReader
now in v0.10.14
?vector_store_query_mode
... I thot hybrid
was one of them (atleast it was one of the opt) esp when wants to use the hybrid vector store, and w/ an alpha
valueretriever = index.as_retriever( vector_store_query_mode="hybrid", similarity_top_k=5, alpha=0.75, )