Metadata-Version: 2.4
Name: lfx-ollama
Version: 0.1.0
Summary: Ollama model components as a standalone Langflow Extension Bundle.
Project-URL: Homepage, https://github.com/langflow-ai/langflow
Project-URL: Documentation, https://docs.langflow.org/extensions
Project-URL: Repository, https://github.com/langflow-ai/langflow
Author-email: Langflow <contact@langflow.org>
License: MIT
Keywords: bundle,extension,langflow,lfx,local-models,ollama
Requires-Python: <3.15,>=3.10
Requires-Dist: httpx<1.0.0,>=0.24.0
Requires-Dist: langchain-ollama~=0.3.10
Requires-Dist: lfx<2.0.0,>=1.12.0.dev0
Description-Content-Type: text/markdown

# lfx-ollama

Ollama language-model and embedding components as a standalone Langflow
Extension Bundle.

## Install

```bash
pip install lfx-ollama
```

`pip install langflow` includes this bundle because Ollama is a supported model
provider. The bundle is registered automatically through the
`langflow.extensions` entry point and appears under the `ollama` group with
canonical component IDs such as `ext:ollama:ChatOllamaComponent@official`.

## Develop

```bash
uv sync
uv run pytest src/bundles/ollama/tests -q
uv run lfx extension validate src/bundles/ollama/src/lfx_ollama
```

The bundle graduated from the manifest-less `lfx-bundles[ollama]` provider in
Langflow 1.12. Its bundle and class names are unchanged, so existing saved
flows retain their canonical IDs.
