langflow/src/backend/langflow
2023-08-02 15:54:57 -03:00
..
api 🐛 fix(__main__.py): rename component_path to components_path for consistency and clarity 2023-07-31 17:47:23 -03:00
cache 🐛 fix(utils.py): remove file extension from saved file name 2023-06-21 17:45:12 -03:00
chat 🐛 fix(endpoints.py): handle CustomComponentPathValueError and raise HTTPException with error details 2023-07-20 23:35:02 +01:00
custom Merge remote-tracking branch 'origin/form_io' into python_custom_node_component 2023-07-07 22:55:17 +01:00
database 🔧 chore(base.py): import contextlib's contextmanager to improve code readability and maintainability 2023-07-21 09:24:59 -03:00
graph Merge branch 'modalRefactor' into python_custom_node_component 2023-07-23 19:50:51 -03:00
interface 🐛 fix(loading.py): handle invalid JSON strings in kwargs by removing the key from params 2023-08-02 15:54:57 -03:00
processing 🐛 fix(endpoints.py): change import statement for typing module to import Annotated from typing module to fix type hinting error 2023-07-25 15:04:41 -03:00
template 🔧 chore(constants.py): update default custom component code to improve readability and remove unnecessary imports 2023-08-01 17:44:02 -03:00
utils 🐛 fix(custom_component.py): remove unused import of UUID from langflow.interface.custom.custom_component.py 2023-07-26 07:47:34 -03:00
__init__.py 🔧 fix(__init__.py): update import statement for CustomComponent to reflect new location 2023-07-27 07:02:14 -03:00
__main__.py 🐛 fix(__main__.py): fix default value of components_path option to point to the correct directory 2023-08-01 18:12:02 -03:00
config.yaml Merge branch 'dev' into python_custom_node_component 2023-08-01 15:31:44 -03:00
jcloud.yml feat: deploy langflow using langchain-serve 2023-05-15 18:17:14 +05:30
lcserve.py Formatting changes 2023-07-07 12:05:01 -03:00
main.py 🔥 refactor(main.py): remove commented out code for getting log level in create_app() function 2023-07-25 15:13:43 -03:00
server.py refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
settings.py 🔧 chore(settings.py): add debug logs to track the behavior of components_path configuration 2023-08-01 18:09:01 -03:00