Commit graph

7,638 commits

Author SHA1 Message Date
Gabriel Almeida
9411239a5b feat(GenericNode): add validation status icons and tooltips to node parameters and fix validation status state update 2023-05-17 12:50:42 -03:00
Gabriel Almeida
0e200d8992 fix(validate.py): return exception message in response when validation fails 2023-05-17 12:19:24 -03:00
Gabriel Almeida
6afebffe1f style(tailwind.config.js): added dark theme for attribution 2023-05-17 11:28:18 -03:00
Gabriel Luiz Freitas Almeida
4a9d1c7c54
Merge branch 'main' into hotfix 2023-05-17 11:22:17 -03:00
Gabriel Almeida
c92f3109e8 style(chatTrigger): adjust chat trigger button position by changing bottom margin from 4 to 6 2023-05-17 11:03:46 -03:00
Gabriel Almeida
c47ee2cd5e format 2023-05-17 11:03:29 -03:00
Gabriel Almeida
0da4bf3b60 Merge branch 'dev' into hotfix 2023-05-17 10:59:01 -03:00
Gabriel Almeida
a921a83d27 Merge remote-tracking branch 'origin/main' into dev 2023-05-17 10:54:51 -03:00
anovazzi1
df00fbe32e flow saving itself in local browser history 2023-05-17 10:30:36 -03:00
Deepankar Mahapatro
a2e5fab637 ci: trigger workflow during release 2023-05-17 16:36:13 +05:30
Lucas Oliveira
47c6a45315 Reverted previous commit 2023-05-17 04:50:13 -03:00
Lucas Oliveira
40e08a9a93 Modified attribution position 2023-05-17 04:49:26 -03:00
Gabriel Almeida
e1df1ad00e style(chatTrigger): adjust position of chat trigger button to be more centered on the bottom of the screen 2023-05-16 19:31:03 -03:00
Gabriel Almeida
f8b8fe5892 feat(vite.config.ts): add /version and /health to apiRoutes list. 2023-05-16 19:02:49 -03:00
Deepankar Mahapatro
fb9c76e610
Merge branch 'dev' into dev 2023-05-16 21:22:49 +05:30
Gabriel Almeida
5e7ce9dc7b feat(langflow): add /health endpoint to API
refactor(langflow): remove redundant /health endpoint from main.py
2023-05-16 11:41:40 -03:00
Gabriel Almeida
e3f27aaebf chore(custom.py): update import for langchain 0.0.170 2023-05-16 10:44:02 -03:00
Gabriel Almeida
712d212b82 feat(endpoints.py): add get_version endpoint to return version of langflow 2023-05-16 10:43:52 -03:00
Gabriel Luiz Freitas Almeida
ed549fcbbe
Add health check endpoint (#311) 2023-05-16 11:12:37 +00:00
Deepankar Mahapatro
2eec5fb3a7 build: make langchain-serve optional 2023-05-16 16:17:30 +05:30
Deepankar Mahapatro
943d3aa4a6
Merge branch 'logspace-ai:dev' into dev 2023-05-16 14:46:44 +05:30
Deepankar Mahapatro
54da71cc0a build: make langchain-serve optional 2023-05-16 13:34:34 +05:30
Filipe Caixeta
cba7f31d6f
Add health check endpoint 2023-05-15 23:01:07 -03:00
Gabriel Almeida
b0ded58d1e feat(docker-compose.yml): add VITE_PROXY_TARGET environment variable to frontend service
feat(frontend/dev.Dockerfile): change npm start command to npm run dev:docker
feat(frontend/package.json): add dev:docker script to run vite with host 0.0.0.0
feat(frontend/vite.config.ts): use environment variable to determine the target for proxying requests
2023-05-15 19:08:49 -03:00
Lucas Oliveira
46ebfe6e88 Removed attribution from reactFlow 2023-05-15 18:28:26 -03:00
Gabriel Almeida
50165ce789 style(chatMessage): fix formatting and add const keyword to convert variable in both files
feat(chatMessage): add newline option to ansi-to-html Convert constructor in both files
2023-05-15 14:58:16 -03:00
Gabriel Almeida
d3ed0cd7c9 Merge branch 'main' into dev 2023-05-15 14:46:59 -03:00
Gabriel Almeida
eb86c8be64 refactor(loading.py): swap parameters order in instantiate_prompt function to match other functions 2023-05-15 14:12:12 -03:00
Lucas Oliveira
ee6c26cf2a Fixed examples wrapping and dark mode classes, edited ReactFlow attribution 2023-05-15 11:51:13 -03:00
Deepankar Mahapatro
916e4dfa80 feat: deploy langflow using langchain-serve 2023-05-15 19:57:48 +05:30
anovazzi1
64c0cfad2a
Merge branch 'main' into HotFix 2023-05-15 10:35:32 -03:00
anovazzi1
bb4ab77926
Hotfix: Save Flow Bug in Browser (#304)
This pull request addresses a small bug related to saving flows in the
browser. The bug was causing failures and inconsistent behavior.
2023-05-15 10:32:49 -03:00
anovazzi1
3b12a76a65 removed save on browser application state to prevent bugs and fixed error on star for websockets 2023-05-15 10:25:27 -03:00
Gabriel Almeida
aac72b894a style(ApiModal): fix indentation in SyntaxHighlighter className prop
refactor(ApiModal): add json import to pythonApiCode to fix json.loads error
2023-05-15 10:10:00 -03:00
Deepankar Mahapatro
5d8f18f046 feat: deploy langflow using langchain-serve 2023-05-15 18:17:14 +05:30
Deepankar Mahapatro
e4f99b7971 feat: deploy langflow using langchain-serve 2023-05-15 17:56:26 +05:30
Deepankar Mahapatro
9bbd013dcb
Merge branch 'logspace-ai:dev' into dev 2023-05-15 17:48:52 +05:30
Deepankar Mahapatro
52093240b1 feat: deploy langflow using langchain-serve 2023-05-15 17:48:02 +05:30
Gabriel Almeida
397ff12760 Merge remote-tracking branch 'origin/main' into dev 2023-05-14 20:26:54 -03:00
Gabriel Almeida
9627005f8d refactor(loading.py): change instantiate_prompt function signature to include class_object parameter and use it to instantiate the prompt object 2023-05-14 20:21:42 -03:00
Gabriel Almeida
2bc7d3afd8 temporary fix for intermediate steps 2023-05-13 21:49:06 -03:00
Dogtiti
f9e4b8bcf3 fix: duplicated lodash 2023-05-13 21:10:56 +08:00
Sai Vinay G
d0eac5e5a0 Merge branch 'dev' of https://github.com/gsaivinay/langflow into dev 2023-05-12 15:02:26 +00:00
Your Name
2f8a6e3256 migrating to Vite 2023-05-12 14:33:14 +00:00
Gabriel Almeida
4853a701d3 refactor(validate.py): add error handling and logging to post_validate_node function
feat(graph/base.py): add _built_object_repr method to Node class
feat(graph/nodes.py): add _built_object_repr method to DocumentLoaderNode, VectorStoreNode, and TextSplitterNode classes
2023-05-12 09:39:35 -03:00
Lucas Oliveira
50ba94e470 Changed API modal to include Python code 2023-05-12 08:43:43 -03:00
Lucas Oliveira
a80bf37be4 Merge branch 'frontChanges' of github.com:logspace-ai/langflow into frontChanges 2023-05-11 23:41:33 -03:00
Lucas Oliveira
8acde598c4 Changed alerts dark mode classes 2023-05-11 23:36:41 -03:00
Lucas Oliveira
64010cd2f4 changed dark mode at node modal 2023-05-11 23:20:27 -03:00
Lucas Oliveira
1fb5fd6e45 changed alert dark mode classes 2023-05-11 23:18:38 -03:00