langchain — Easy Playground
Framework for LLM applications: chains, agents, retrieval
Getting started with langchainRun locally
Install
pip install langchainPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: langchain)
langchain is a third-party package. Framework for LLM applications: chains, agents, retrieval. Install with: pip install langchain
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?