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 3 months ago
0
Follow
Is there any way to pass retrieved nodes
Is there any way to pass retrieved nodes
Inactive
0
Follow
k
kush2861
11 months ago
Β·
Is there any way to pass retrieved nodes to the query engine instead of the retriever. Asking this because I want to process the retrieved nodes before querying.
L
k
2 comments
Share
Open in Discord
L
Logan M
11 months ago
If you want to process the nodes, you can use a node postprocessor π
https://docs.llamaindex.ai/en/stable/module_guides/querying/node_postprocessors/root.html#id2
index.as_query_engine(node_postprocessors=[DummyNodePostprocessor()])
k
kush2861
11 months ago
thanks
Add a reply
Sign up and join the conversation on Discord
Join on Discord