Documentation

The technical guide introduces Ollama — open-source software developed by Meta that enables local deployment of large language and multimodal models. Ollama provides a simplified command line interface (CLI) through which a model can easily be launched for inference (text generation and processing, image creation, speech-to-text conversion, etc.), as well as fine-tuned for narrower specialisation.


The technical description focuses on the use of built-in runnable components, the implementation of custom ones, and their composition into runnable sequences or chains (from which the LangChain framework takes its name). The provided example code is written in the Python scripting language.