Commit graph

1,263 commits

Author SHA1 Message Date
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
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
anovazzi1
9c87f93a54
updated pyproject version (#306) 2023-05-15 11:24:09 -03:00
anovazzi1
5e12cae03b Merge branch 'main' into HotFix 2023-05-15 11:18:03 -03:00
anovazzi1
f109b73333 updated pyproject 2023-05-15 11:13:53 -03:00
anovazzi1
f4d602b626 Merge branch 'main' of personal:logspace-ai/langflow 2023-05-15 11:07:03 -03:00
anovazzi1
64c6897b71
Hotfix: Save Flow Bug in Browser (#305)
This pull request addresses a critical bug related to saving flows in
the browser. The bug was causing intermittent failures and inconsistent
behavior when users attempted to save their workflow configurations.
2023-05-15 10:48:04 -03:00
anovazzi1
1d7879ee5c Merge branch 'HotFix' 2023-05-15 10:38:25 -03:00
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 Luiz Freitas Almeida
4306e10380
Hotfix: api code in api button was missing an import (#303) 2023-05-15 13:16:41 +00:00
Gabriel Almeida
3966ab166f chore(pyproject.toml): update package version from 0.0.71 to 0.0.72 2023-05-15 10:11:06 -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
Gabriel Almeida
ba7b5d07b7 Merge branch 'main' of https://github.com/logspace-ai/langflow into dev 2023-05-15 09:50:17 -03:00
Gabriel Luiz Freitas Almeida
5049e59530
Update Dockerfile
Update Dockerfile to help with deployment
2023-05-15 08:00:24 -03:00
Gabriel Almeida
31affc743e refactor(Dockerfile): simplify Dockerfile by removing unused build stages and dependencies
feat(Dockerfile): add user to container and set working directory to user's home directory
feat(Dockerfile): install langflow package and set CMD to run langflow with specified host and port
2023-05-15 07:39:28 -03:00
Gabriel Almeida
397ff12760 Merge remote-tracking branch 'origin/main' into dev 2023-05-14 20:26:54 -03:00
Gabriel Luiz Freitas Almeida
8c93b9264a
refactor(loading.py): change instantiate_prompt function signature to include class_object parameter and use it to instantiate the prompt object (#302) 2023-05-14 23:24:36 +00:00
Gabriel Almeida
22b00a98db chore(pyproject.toml): update package version from 0.0.70 to 0.0.71 2023-05-14 20:22:38 -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
Rodrigo Nader
689638aa76
Hotfix: Temporary fix for intermediate steps (#295)
Intermediate steps were using Stdout but with logging this becomes an
issue. This uses the steps LangChain provides which are limited and
don't give the full scope.

A better implementation will come soon.
2023-05-13 21:59:30 -03:00
Gabriel Luiz Freitas Almeida
810486159e
Merge pull request #293 from Dogtiti:dev
fix: duplicated lodash
2023-05-14 00:50:45 +00:00
Gabriel Almeida
d39f08f75f chore(pyproject.toml): update package version from 0.0.69 to 0.0.70 2023-05-13 21:50:03 -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
Gabriel Luiz Freitas Almeida
061743abd0
Migrating to Vite (#287) 2023-05-13 11:34:42 +00: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
Gabriel Almeida
0626d21ff0 feat(pyproject.toml): add gptcache dependency to the project. 2023-05-12 09:39:03 -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
Lucas Oliveira
3fde0df580 changed dark mode classes 2023-05-11 23:18:30 -03:00
Lucas Oliveira
3b68fef647 changed dark mode classes, added X icon to chat, changed icon of AI 2023-05-11 22:57:01 -03:00
anovazzi1
b1b8ba3f38 removed tooltip prom import card 2023-05-11 22:27:17 -03:00
anovazzi1
9faf392aca
fixed copy and paste bug (#286)
fixed bug on copy and paste
2023-05-11 21:50:20 -03:00
anovazzi1
7bf5d27379 Merge branch 'dev' into FixCopyPaste 2023-05-11 21:50:06 -03:00
anovazzi1
5a0a9221b9 fixed copy and paste bug 2023-05-11 21:46:55 -03:00
Gabriel Almeida
096f652357 chore(pyproject.toml): update langchain version to ^0.0.166
feat(pyproject.toml): update package version to 0.0.69
2023-05-11 21:25:09 -03:00
Gabriel Luiz Freitas Almeida
9e0a6c729b
Dark Mode and API Modal (#284) 2023-05-11 23:24:16 +00:00
Gabriel Almeida
0d43a9b32b fixed python code 2023-05-11 19:48:56 -03:00
Lucas Oliveira
6f42514fd5 Fixed Dark Mode on Import screen 2023-05-11 19:31:37 -03:00
Lucas Oliveira
9496728eb5 Fixed Python API code 2023-05-11 18:58:07 -03:00
Gabriel Almeida
d55d209dc3 formatting 2023-05-11 14:33:52 -03:00