VectorStoreIndex
, there is an argument similarity_top_k
to limit the number of queries, but is there any way to limit the number of queries for KeywordTableIndex
?max_keywords_per_chunk
, but this does not limit the number of queries, does it?index.as_query_engine(node_postprocessors=[SentenceTransformerRerank(model="BAAI/bge-base-reranker", top_n=3)])