Getting Started with Jeff
2110
Subscribers
Getting Started with Jeff is a channel dedicated to demystifying AI integration for developers. Jeff guides viewers through implementing generative AI capabilities in their applications, covering topics like LLMs, AI Agents, and RAG using tools like AutoGen, LangChain, and crewAI.
Spotlighted Software & Tools
Discover the top tools
Getting Started with Jeff
loves for growth!
Langchain
Streamline LLM application development with LangChain's modular framework.
This is some text inside of a div block.
Development Tools
AI & Automation
Playbooks
Easiest Way to Convert a PDF to JSON using LangChain Output Parsers
Find out how to use Langchain and OpenAI to convert unstructured PDF data into a usable JSON format. Follow along to load a PDF, define the desired fields, and use a JSON output parser. The result is a structured, nicely formatted JSON object containing the title, author, summary, and keywords from the PDF, ready for your application.