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
What s the difference between a
What s the difference between a
Inactive
0
Follow
L
LawWing
last year
Β·
What's the difference between a retriever and a query engine in terms of functionality? Can I assume the retriever just simply grabs context without ranking?
L
L
8 comments
Share
Open in Discord
L
Logan M
last year
exactly, a retriver will just fetch nodes for a given query π
L
LawWing
last year
I see and what does setting the retriever mode to LLM do? I assume it chooses where it pulls from between the local index or the LLM itself?
L
Logan M
last year
That mode (for the list index) uses the LLM to select which nodes to use to answer the query
L
Logan M
last year
I think it's a little beta tbh haha I didn't realize that was there
L
LawWing
last year
I see, yeah I was just looking around on the high level class retriever docs
L
LawWing
last year
https://gpt-index.readthedocs.io/en/latest/core_modules/query_modules/retriever/usage_pattern.html#low-level-composition-api
L
LawWing
last year
Oh also, one more question but do I need to always init the NodeParser between loading docs and constructing the index?
L
Logan M
last year
I think only if you are customizing the node parser, otherwise it gets setup automatically under the hood
Add a reply
Sign up and join the conversation on Discord
Join on Discord