Andrei Fajardo
Andrei Fajardo
> 🤔`resume-screener-pack-test` is failing? ohh, i think we might need to update the `llama-index-llms-openai` dependency for all packs/integrations that depend on it after landing this update. Pants might fail a...
Was wondering if it made sense to add a `reflection` auxiliary method to be used within `run_step`? That way we can handle orthogonal reflection and run_step logics simultaneously. Specifically, if...
> Was wondering if it made sense to add a `reflection` auxiliary method to be used within `run_step`? That way we can handle orthogonal reflection and run_step logics simultaneously. Specifically,...
I agree having a public method `reflection` feels a bit too much. Was thinking of it to be a private method, but maybe thats not much different. I like the...
I've adapted the self reflection class and ported over to #13108 instead. I've listed you (@jerryjliu) as the author for it in the llamahub metadata 😀 As such, I'm closing...
> > I've adapted the self reflection class and ported over to #13108 instead. I've listed you (@jerryjliu) as the author for it in the llamahub metadata 😀 > >...
@afalf which version of llama-index are you using? I just tried on llama-index v0.10.31 and it works. Also, the think you provided points to my personal `repo` which I think...
@anoopshrma for the win!!!! 🌟😤🏆
Thanks for raising @KristianMischke. It looks like you're right about where in the code this bug comes from. Just thinking of how best we can resolve this. We may need...
Good point. I agree -- that should be what we consider first here.