Commit graph

14 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
09fd88a0d0
Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app (#1751)
* Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app

* Update Uvicorn command in Dockerfiles and shell script to use asyncio event loop
2024-04-19 18:22:27 -03:00
Dave Morris
6386a32193
Update dev.Dockerfile to fix uvicorn factory path 2023-08-07 08:20:34 -05:00
Gabriel Luiz Freitas Almeida
e300a05d26 🐛 fix(dev.Dockerfile): update uvicorn command to use --factory flag and create_app function to improve modularity and maintainability
🐛 fix(docker-compose.debug.yml): update uvicorn command to use --factory flag and create_app function to match changes in dev.Dockerfile

🐛 fix(docker-compose.yml): update uvicorn command to use --factory flag and create_app function to match changes in dev.Dockerfile
2023-08-05 16:26:32 -03:00
Ibis Prevedello
ec0c6c79c1 feat: add SQL agent 2023-04-13 22:33:46 -03:00
Ibis Prevedello
fee2e52ec1 Merge branch 'dev' into vecstores 2023-04-10 10:20:56 -03:00
Yoaz Menda
7e39aff3ed revert local dev changes 2023-04-09 06:51:17 -03:00
Yoaz Menda
f02f0f9c98 Add support to llama as llm 2023-04-09 06:51:17 -03:00
Ibis Prevedello
cf4ceb0e1a feat: first version of vecstore, docloader and embeddings working 2023-04-06 13:55:07 -03:00
Gabriel Almeida
737330e3f1 feat: change log level to debug in dev 2023-04-01 17:27:35 -03:00
Gabriel Almeida
9840e3ff6d fix: added gcc to dev.Dockerfile 2023-03-19 21:54:23 -03:00
Gabriel Almeida
70dbc7eb1e refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
Gabriel Almeida
03430c7944 fix: docker-compose now creates a working dev environment
#21
2023-03-15 14:40:07 -03:00
Gabriel Luiz Freitas Almeida
978bbd1071 update docker files 2023-03-15 13:05:37 +00:00
Gabriel Luiz Freitas Almeida
9d45ab3e49 feat: adding docker.compose 2023-03-05 21:53:22 +00:00