-
I am using base_query_engine like below instead of Can you hlep?
I like to add self-correcting logic like the link suggested below, which is my final goal.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
To integrate self-correcting logic into your
This setup ensures that your |
Beta Was this translation helpful? Give feedback.
-
@dosu Fixed one but getting a new error :-(
|
Beta Was this translation helpful? Give feedback.
To resolve the
TypeError: ValidationError.__init__() missing 1 required positional argument: 'model'
error and ensure that theRetryGuidelineQueryEngine
works correctly with yourRAGStringQueryEngine
, you need to ensure that all required arguments are provided when initializing theRetryGuidelineQueryEngine
.Here is the corrected initialization of
RetryGuidelineQueryEngine
: