Commit graph

1,328 commits

Author SHA1 Message Date
Gabriel Almeida
1338fa3521 refactor(embeddings/base.py): add EmbeddingFrontendNode as a property of EmbeddingCreator
fix(loading.py): remove headers from params before instantiating embedding
refactor(nodes.py): add EmbeddingFrontendNode and hide headers field in it
2023-05-17 15:14:06 -03:00
Gabriel Almeida
f6d977f139 style(nodes, GenericNode): fix indentation and add line breaks for readability 2023-05-17 14:46:36 -03:00
Gabriel Luiz Freitas Almeida
0ed4475c6d
Validation_fix (#317) 2023-05-17 14:21:52 -03:00
Gabriel Almeida
3810589876 format 2023-05-17 12:54:10 -03:00
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
a921a83d27 Merge remote-tracking branch 'origin/main' into dev 2023-05-17 10:54:51 -03:00
anovazzi1
04bd055c52
Hotfix: saving flow flow in the browser local storage (#315)
hotfix for keeping the flow when the browser refresh, saving flow
locally.
2023-05-17 10:40:08 -03:00
anovazzi1
f5a12b7312 update pyproject.toml 2023-05-17 10:34:37 -03:00
anovazzi1
df00fbe32e flow saving itself in local browser history 2023-05-17 10:30:36 -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
Gabriel Almeida
5bb9b52571 feat(stale.yml): add stale.yml configuration file for issue stale bot
Add stale.yml configuration file for issue stale bot. The configuration file sets the number of days of inactivity before an issue becomes stale, the number of days of inactivity before a stale issue is closed, the exempt labels that will never be considered stale, the label to use when marking an issue as stale, and the comment to post when marking an issue as stale.
2023-05-16 17:43:31 -03:00
Gabriel Almeida
7b9b3968b0 chore(pyproject.toml): update langchain dependency from 0.0.166 to 0.0.170 2023-05-16 11:55:27 -03:00
Gabriel Almeida
a4158b0cb5 build(Dockerfile): update base image to python:3.10-slim
feat(Dockerfile): add gcc, g++, git, and make to apt-get install
feat(Dockerfile): add user and set environment variables
feat(Dockerfile): add WORKDIR and COPY
feat(Dockerfile): update langflow to version 0.0.71
feat(Dockerfile): add --port flag to CMD
2023-05-16 11:46:55 -03:00
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
Filipe Caixeta
cba7f31d6f
Add health check endpoint 2023-05-15 23:01:07 -03:00
Gabriel Luiz Freitas Almeida
636b60bab4
Address issue #300 - GCP Shell Script - Websocket Connection Failure (#301) 2023-05-16 01:20:57 +00:00
Gabriel Almeida
d9bccd27c8 chore(poetry.lock): update llama-cpp-python package version from 0.1.23 to 0.1.50 2023-05-15 22:09:18 -03:00
Gabriel Luiz Freitas Almeida
702a361cc3
Update llama-cpp-python version in pyproject.toml (#299) 2023-05-16 01:08:31 +00:00
Gabriel Almeida
65d32ffdfb chore(poetry.lock): update package versions for chromadb, gptcache, ipykernel, and tornado 2023-05-15 22:06:55 -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
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
Robert Wilkins III
4aaa2c280d GPC Shell Script - Websocket Connection Failure #300 2023-05-14 22:08:13 +00:00
Robert Wilkins III
0803416870 adjust firewall rules for native port 2023-05-14 21:50:12 +00:00
Robert Wilkins III
51ef093628 test without nginx 2023-05-14 21:48:22 +00:00