7 Comments

Amazing content really loved it. Learning a lot from you.

Just want to point out, I think the LLMChain dosen't have output_parser argument. Maybe I am wrong. I am getting a validation error when I tried to add output_parser that you mentioned in the video. Here's the error

ValidationError: 1 validation error for LLMChain

output_parser

extra fields not permitted (type=value_error.extra)

Expand full comment
author

I just tested and it works on my side. I use langchain==0.0.272. My guess is that your langchain version is outdated. Just run `pip install -U langchain`. Let me know if it works. On a side note, langchain updates its version very fast so it can be difficult to keep up

Expand full comment

Sorry for the late reply, it works with the latest Langchain version.

Expand full comment

This post was of exceptional quality.

Expand full comment
author

That is so great to read! I was so anxious about the idea to appear on camera.

Expand full comment

From a stylistic perspective, it’s a well-suited complement to the code/writing. In my honest opinion, it’s worth the extra effort and humanizes the content. Keep it up :)

Expand full comment
Aug 11, 2023Liked by Damien Benveniste

This is great stuff, exactly why I follow this sub. Please more advanced guides coming up

Expand full comment