Langflow Extras Template
Stars
16
Forks
3
Watchers
16
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
📝 docs(README.md): update command to run Langflow-Extras to use 'langflow serve' instead of 'langflow_extras' for clarity and consistency
f0007a8View on GitHub🔧 chore(main.py): change environment variable name from LANGFLOW_COMPONENT_PATH to LANGFLOW_COMPONENTS_PATH to improve clarity and consistency
f8fe2beView on GitHub🐛 fix(Dockerfile): update CMD command to use 'langflow serve' instead of 'langflow_extras' to start the server
fc199afView on GitHub🔧 chore(pyproject.toml): update langflow_extras script name to langflow in pyproject.toml
635e12eView on GitHub🐛 fix(README.md): update Docker run command to expose port 5352 for Langflow-Extras to work correctly
5362f26View on GitHub🔧 chore(Dockerfile): update Dockerfile syntax to enable Docker BuildKit
5e63fd1View on GitHub🔒 chore(pyproject.toml): update langflow dependency to use wildcard version to allow any compatible version
b44f8efView on GitHub