Commit graph

5 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
DiogenesBR
f01658d521 added client_settings tho the returned Chroma object 2023-08-22 13:37:34 +00:00
Dave Morris
50df00cd0d
Update docker-compose.debug.yml to fix uvicorn factory path 2023-08-07 08:20:04 -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
Gabriel Almeida
743e935bec feat: added debug option in make dev 2023-04-04 19:19:41 -03:00