GithubHelp home page GithubHelp logo

langflowlab's Introduction

The setup

LangFlow is truly awesome and it's so easy to get started. If you want to get up and going quickly, here's one way to go (this is written from the POV of someone who typically does not do much if any python).

At the time of this writing, to use the pre-release version of Langflow required that Python 3.10 is installed. My recommendation, install and configure pyenv. Afterwards, use pyenv to download and install the version of Python you wish to use.

$ pyenv install 3.10.14

Once the version of python you need has been installed, select this version for usage. As I am running this locally, I chose to use the pyenv local command to automatically select this version of python whenever I am in this project's directory:

$ pyenv local 3.10.14
$ python3 -V

That last command is to confirm that I am using my stated version of Python.

I (now) try to always use a virtual environment to ensure reproducibility. So on that note:

$ python3 -m venv .venv
$ source .venv/bin/activate

Now we are ready to install Langflow. Note, that I am installing the pre-release version.

$ python3 -m pip install langflow --pre --force-reinstall

and after waiting a bit...

$ python3 -m langflow run

Next steps

I watched this video and the very next day I created a proof of concept for a Q and A type chat bot based on the information available on our company's site. The hardest part was the initial set up but 15 minutes later gold!

langflowlab's People

Contributors

sablair avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.