Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 4 months ago
0
Follow
The docs say that `LLMPredictor` is
The docs say that `LLMPredictor` is
Inactive
0
Follow
At a glance
k
kj6i7qg2
last year
Β·
The docs say that
LLMPredictor
is deprecated. Does that apply to
StructuredLLMPredictor
too? Should we still use code like
llm_predictor = StructuredLLMPredictor()
when writing new code or is it better to set the
llm
value in the service context?
L
k
2 comments
Share
Open in Discord
L
Logan M
last year
StructuredLLMPredictor has a purpose still (for now) if you are using an output parser
But this might change in the future π
Otherwise yes, just pass the LLM into the service contex
k
kj6i7qg2
last year
Thanks @Logan M
Add a reply
Sign up and join the conversation on Discord
Join on Discord