Model I/O
Working with language models can often be divided into three steps.
- Firstly constructing the input to the model. In langchain this is done using the prompts package.
- Next the input must be sent to the model. This is easy to do using the model package.
- In many cases, information needs to be extracted from the model output. Doing this is simple using the output parser package
📄️ Model I/O
Working with language models can often be divided into three steps.
🗃️ Prompts
1 item
🗃️ Models
3 items
📄️ Output Parsers
Conceptual Guide