Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
https://docs.llamaindex.ai/en/stable/
https://docs.llamaindex.ai/en/stable/
Inactive
0
Follow
B
Bhavya Giri
6 months ago
ยท
https://docs.llamaindex.ai/en/stable/examples/query_engine/citation_query_engine/?h=citationqueryengine
i am try to increase similarity_top_k=20 but it tops to 10
W
B
L
9 comments
Share
Open in Discord
W
WhiteFang_Jr
6 months ago
Can you share your code, how you doing it
B
Bhavya Giri
6 months ago
query_engine = CitationQueryEngine.from_args(
index,
node_postprocessors=[rerank],
similarity_top_k=20,
llm=llm,
)
W
WhiteFang_Jr
6 months ago
This should not trim the number of nodes. Is there anything else in node postprocessor other than rerank?
B
Bhavya Giri
6 months ago
https://github.com/run-llama/llama_index/issues/8553
B
Bhavya Giri
6 months ago
no nothing other than rerank
L
Logan M
6 months ago
What vector store are you using? Is the top_n for your reranker still 10?
B
Bhavya Giri
6 months ago
milvus with zilliz
B
Bhavya Giri
6 months ago
oh got it
B
Bhavya Giri
6 months ago
rerank is 10
Add a reply
Sign up and join the conversation on Discord
Join on Discord