langchain_ollama 0.0.1-dev.1
langchain_ollama: ^0.0.1-dev.1 copied to clipboard
LangChain.dart integration module for Ollama (run Llama 2, Mistral, Vicuna and other models locally).
🦜️🔗 LangChain.dart / Ollama #
Ollama module for LangChain.dart.
Features #
- LLMs:
Ollama
: wrapper around Ollama Completions API.
- Chat models:
ChatOllama
: wrapper around Ollama Completions API in a chat-like fashion.
- Embeddings:
OllamaEmbeddings
: wrapper around Ollama Embeddings API.
License #
LangChain.dart is licensed under the MIT License.