Skip to content

Zbrooklyn/Langflow-With-Ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Langflow-With-Ollama

How to set up and run Langflow with Ollama in a ENV on windows.

Reqiremnets

to use langflow its best to set it up in a python env (enviorment) runing python versions >=3.9 and <3.12.

  1. Create a new Conda environment with Python 3.9:
conda create -n langflow-py39 python=3.9
  1. Activate the new environment:
conda activate langflow-py39
  1. Try installing langflow:
pip install langflow

or for local

pip install langflow[local]
  1. Download & install the Ollama windows installer from Ollama

  2. Open Ollama windows application

  3. open url in browser you should see Ollama is running

http://localhost:11434
  1. Run langflow
langflow Run

You shoud see somethin like ( XXX is used as an exaple but yours will have numbers ) blick on te urn to run in the browser ctrl + mouse click

 Welcome to β›“ Langflow                             
                                                   
 Access http://xxx.0.0.1:xxxx                      
 Collaborate, and contribute at our GitHub Repo πŸš€
  1. Have fun πŸŽˆπŸŽ‰πŸ˜

About

How to set up and run Langflow with Ollama in a ENV on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors