Skip to content

Collection of docker-compose and dockerfiles for running ClowdFlows locally with all text embeddings widgets.

Notifications You must be signed in to change notification settings

xflows/clowdflows-text-embeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClowdFlows with text embeddings widgets

This repository contains a docker compose configuration for a local Clowdflows installation with text embeddings widgets pre-installed. Data mining and relational data mining widgets are also pre-installed.

To run it, docker and docker-compose must be installed on your system.

Simply clone this repository then execute the following commands:

docker-compose up -d

This will build and run the containers. The building might take a couple of minutes. After that step is complete run the following to download all available text embeddings models:

docker-compose exec backend python -m cf_text_embeddings.downloader -d all

When these two steps are complete you can access ClowdFlows locally here: http://localhost:8080/

If you need to create a superuser to access the admin interface ( http://localhost:8080/admin/ ) - run the following commad:

docker-compose exec backend python manage.py createsuperuser

About

Collection of docker-compose and dockerfiles for running ClowdFlows locally with all text embeddings widgets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •