langflow

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

README

langflow

Actions Status Docker Go Report Card License Tag

Introduction

langflow is a master of langbeat written in Go.

Prerequisites

  • Gin >= 1.6.0
  • Go >= 1.16.0
  • Gorilla >= 1.4.2
  • gRPC >= 1.36.0

Build

git clone https://github.com/craftslab/langflow.git

cd langflow
make build

Run

./langflow --config-file="config.yml" --listen-url=":9090"

Docker

git clone https://github.com/craftslab/langflow.git

cd langflow
docker build --no-cache -f Dockerfile -t craftslab/langflow:latest .
docker run -it -p 9090:9090 craftslab/langflow:latest ./bin/langflow --config-file="./etc/config.yml" --listen-url=":9090"

Usage

usage: langflow [<flags>]

Language Flow

Flags:
  --help                Show context-sensitive help (also try --help-long and
                        --help-man).
  --version             Show application version.
  --config-file=""      Config file (.yml)
  --listen-url=":9090"  Listen url

Settings

langflow parameters can be set in the directory config.

An example of configuration in config.yml:

apiVersion: v1
kind: master
metadata:
  name: langflow
spec:

License

Project License can be found here.

Reference

Editor
Replit
Terminal

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL