Langchain usage and its applications
In langchain.ipynb
, is for learning langchain, you will get through following key features.
- Prompt template
- Chain: Combine LLMs and propmpts in multi-step workflows
- Agents: Dynamically Call Chains Based on User Input
- Memory: The Memory module gives you a way to maintain application state (contextualize)
get started with running
langchain.ipynb
Reference: langchin quickstart
- docsGPT: Analysis of unstructured PDF files and return panel specification in JSON representations
- searchGPT: Let LLM can inference a sequence of questions combine with searpAPI.
running demo.ipynb
to see a simple demo of langchain can do.