Gabriel Luiz Freitas Almeida
5ac3208c8a
Merge remote-tracking branch 'origin/main' into dev
2023-09-14 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
fa94ae3350
🔧 chore(render.yaml): add disk configuration for langflow-data to pro… ( #919 )
2023-09-14 23:02:26 +00:00
Gabriel Luiz Freitas Almeida
ff18b32aeb
🔀 chore(README.md): update Railway deployment button link to use a different template
2023-09-14 20:01:51 -03:00
Cristhian Zanforlin Lousa
83e48f0728
🐛 fix(parameterComponent): fix issue with undefined values in DictComponent and KeypairListComponent
2023-09-14 19:57:33 -03:00
Cristhian Zanforlin Lousa
1c1d6d2c02
🔧 fix(parameterComponent): remove unused longString variable to improve code readability and reduce unnecessary code
...
🔧 fix(parameterComponent): move DictComponent and KeypairListComponent rendering logic to the correct position to fix rendering issues
🔧 fix(keypairListComponent): remove unused imports and fix formatting to improve code readability
🔧 fix(keypairListComponent): fix handleChangeKey function name to improve code clarity
🔧 fix(keypairListComponent): fix className prop in Input component to improve code readability
🔧 fix(keypairListComponent): remove unused GenericModal component and fix formatting to improve code readability
🔧 fix(reactflowUtils.ts): fix formatting and remove unnecessary whitespace to improve code readability
🔧 fix(reactflowUtils.ts): fix function names and formatting to improve code readability
🔧 fix(reactflowUtils.ts): fix formatting and remove unnecessary whitespace to improve code readability
🔧 fix(reactflowUtils.ts): fix formatting and remove unnecessary whitespace to improve code readability
2023-09-14 19:53:39 -03:00
Gabriel Luiz Freitas Almeida
40969d905a
🐛 fix(render.yaml): fix indentation of value for LANGFLOW_DATABASE_URL environment variable to match the key
2023-09-14 17:19:13 -03:00
Gabriel Luiz Freitas Almeida
502b520782
🔧 chore(render.yaml): add LANGFLOW_DATABASE_URL environment variable with sqlite database path to improve configuration
...
The LANGFLOW_DATABASE_URL environment variable is added with the value `sqlite:////home/user/.cache/langflow/langflow.db` to specify the path to the SQLite database file for the Langflow service. This improves the configuration by providing a specific location for the database file.
2023-09-14 17:18:22 -03:00
Gabriel Luiz Freitas Almeida
2a947e33a7
🔧 chore(render.yaml): remove unnecessary 'plan' field from langflow service configuration
...
📝 docs(render.yaml): update langflow service configuration to remove 'plan' field for better clarity and consistency
2023-09-14 15:39:46 -03:00
Gabriel Luiz Freitas Almeida
54776687f1
🔧 chore(render.yaml): add disk configuration for langflow-data to provide persistent storage for langflow cache
2023-09-14 15:38:45 -03:00
Cristhian Zanforlin Lousa
81bd366654
🔨 refactor(parameterComponent): update initial state of dict to include a default key-value pair for better clarity and consistency
...
🔨 refactor(EditNodeModal): update initial state of dict to include a default key-value pair for better clarity and consistency
2023-09-14 14:39:07 -03:00
Guangya Liu
c710c1ce82
Fixed lint error
2023-09-14 13:33:48 -04:00
Cristhian Zanforlin Lousa
dc2ff9a91c
Merge branch 'feat-dict' of https://github.com/logspace-ai/langflow into feat-dict
2023-09-14 14:32:26 -03:00
Cristhian Zanforlin Lousa
9e4f30f774
🔀 refactor(parameterComponent): remove initial values from dict state and dictArr state to improve code readability and maintainability
2023-09-14 14:32:11 -03:00
Cristhian Zanforlin Lousa
6b129b4d44
🐛 fix(dictComponent): fix placeholder text in input field to improve clarity and user experience
...
🔀 refactor(dictComponent): reorganize imports for better readability and maintainability
2023-09-14 14:32:03 -03:00
Cristhian Zanforlin Lousa
144fdbd098
🐛 fix(parameterComponent): fix data mutation by cloning data object before updating it
...
🐛 fix(parameterComponent): fix data mutation by cloning data object before updating it
🐛 fix(genericModal): remove unnecessary cloning of nodeClass object
🐛 fix(genericModal): fix validation logic for PROMPT type modal
🐛 fix(reactflowUtils): remove console.log statement in handleKeyDown function
2023-09-14 14:18:30 -03:00
Gabriel Luiz Freitas Almeida
fbedf7f734
✨ feat(field_typing): add NestedDict type alias to improve code readability and maintainability
2023-09-14 14:09:18 -03:00
Gabriel Luiz Freitas Almeida
70d9742d16
🐛 fix(parameterComponent): fix type comparison for "NestedDict" to improve accuracy and consistency
...
🐛 fix(EditNodeModal): fix type comparison for "NestedDict" to improve accuracy and consistency
2023-09-14 14:09:06 -03:00
Guangya Liu
888ded02f9
Fixed format pre-check error
2023-09-14 10:17:13 -04:00
Guangya Liu
9b9a84f81f
Fixed Bug 916: No module named 'langflow.settings' error
2023-09-14 10:14:56 -04:00
Gabriel Luiz Freitas Almeida
63d1e82c80
fix: 🐛 fixes Infinity icon crashing the frontend
...
There's an issue with the exported Infinity variable, InfinityIcon is an alias and fixes that
2023-09-14 09:36:34 -03:00
Cristhian Zanforlin Lousa
9c4c8f1cf7
🔨 refactor(promptComponent): rename TextAreaComponentType to PromptAreaComponentType for better naming consistency and clarity
...
🔨 refactor(genericModal): import cloneDeep from lodash to improve code readability and maintainability
🔨 refactor(genericModal): add type annotations to validatePrompt function parameters for better code documentation
🔨 refactor(genericModal): add null check for nodeClass before modifying it in validatePrompt function
🔨 refactor(genericModal): setNodeClass and setModalOpen only if frontend_node is not an empty object in validatePrompt function
🔨 refactor(genericModal): remove console.log statement in catch block of validatePrompt function
🔨 refactor(genericModal): add type annotations to catch block of validatePrompt function for better code documentation
🔨 refactor(types): add PromptAreaComponentType to define the type of PromptAreaComponent props
2023-09-14 09:12:18 -03:00
Gabriel Luiz Freitas Almeida
57cba4233a
Fixed format errors ( #903 )
2023-09-14 01:29:26 +00:00
Cristhian Zanforlin Lousa
e1bb4b4a24
🐛 fix(genericModal/index.tsx): close modal when template has no varia… ( #911 )
...
…bles to prevent user confusion
2023-09-13 22:26:38 -03:00
Cristhian Zanforlin Lousa
887bfb8ee7
🐛 fix(genericModal/index.tsx): close modal when template has no variables to prevent user confusion
2023-09-13 21:42:26 -03:00
Gabriel Luiz Freitas Almeida
c6be7cdecd
Merge remote-tracking branch 'origin/main' into dev
2023-09-13 21:32:51 -03:00
igorrCarvalho
21009761f0
Refactor: adjust icon size when node are minimized
2023-09-13 18:23:52 -03:00
igorrCarvalho
b1f874ca03
Fix: Minimize working after add a new handle with promptTemplate
2023-09-13 18:17:01 -03:00
igorrCarvalho
c70de1e881
Refactor: Minimize only works with 1 handle node and change minimized node UI
2023-09-13 17:23:35 -03:00
igorrCarvalho
602c12282d
Refactor: Change how minimize displays on screen
2023-09-12 20:19:05 -03:00
Cristhian Zanforlin Lousa
8121dc0a8b
🔨 refactor(dialog.tsx): remove unused IconComponent import and replace it with Cross2Icon from @radix-ui/react-icons
...
🎨 style(dialog.tsx): update DialogContent className to improve positioning and animation effects
2023-09-12 16:56:53 -03:00
anovazzi1
492ca19fff
text update
2023-09-12 16:35:04 -03:00
anovazzi1
90c864fafc
refactor(parameterComponent): update text displayed based on the value of the 'left' prop for better clarity and consistency
2023-09-12 16:35:04 -03:00
igorrCarvalho
cd28ae2c59
Refactor: Add header to node tooltips
2023-09-12 16:35:04 -03:00
igorrCarvalho
c03b11ab70
Refactor: Remove description space whem node does not have a space
2023-09-12 16:35:04 -03:00
igorrCarvalho
e38b904af2
Refactor: Remove blank space when node has no description
2023-09-12 16:35:04 -03:00
igorrCarvalho
0c3c7276f1
Feat: Add function to handle minimize
2023-09-12 14:55:02 -03:00
igorrCarvalho
a0c7712b70
Merge branch 'nodesImprovements' into minimizeNode
2023-09-12 14:28:54 -03:00
igorrCarvalho
b06cb9507f
Feat: Add minimize icon and conditional render
2023-09-12 14:25:04 -03:00
Guangya Liu
f0ba05c9cc
rollback the test error with python 3.10
2023-09-12 11:52:14 -04:00
Guangya Liu
48586fc3e6
Fix format errors
2023-09-12 11:17:11 -04:00
Guangya Liu
36aee971c4
fix test errors
2023-09-12 11:16:11 -04:00
Matheus Jacques
4f6aeefd96
🔧 chore(main.tf): add label to a random worker node to ensure data volume is created
...
🔧 chore(main.tf): deploy the langflow_stack using docker stack
2023-09-12 11:42:58 +02:00
Matheus Jacques
1ca839899a
🔧 chore(main.tf): use variable for AWS region to improve flexibility and reusability
...
🔧 chore(main.tf): use variables for instance type, manager count, and worker count to improve configurability and scalability
2023-09-12 11:40:33 +02:00
Matheus Jacques
c2520554b2
🐛 fix(docker-compose.yml): remove unnecessary variable check in node placement constraints to fix deployment issue
2023-09-12 11:40:03 +02:00
Gabriel Luiz Freitas Almeida
a35e6a6556
📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available ( #900 )
2023-09-12 01:41:47 +00:00
Gabriel Luiz Freitas Almeida
b819f37798
📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available
...
📝 docs(langfuse_integration.mdx): update step 3 to remove mention of consulting Langfuse documentation or contacting support for integration issues
2023-09-11 22:40:47 -03:00
anovazzi1
374ae22563
Profile Page implementation and fix on Admin Page ( #896 )
2023-09-11 18:49:43 -03:00
anovazzi1
249cf833fa
fix(AdminPage/index.tsx): fix asynchronous handling of updateUser function to properly reset filter and set success data after user update
...
fix(styleUtils.ts): fix import statement for GradientSparkles component to use curly braces for named import
2023-09-11 18:46:50 -03:00
anovazzi1
732c140fb7
Merge remote-tracking branch 'origin/dev' into feature/profilePage
2023-09-11 18:36:11 -03:00
anovazzi1
22a7f37efb
fix(GradientSparkles/index.tsx): remove unnecessary import of Infinity component from lucide-react
...
fix(GradientSparkles/index.tsx): replace usage of imported Infinity component with inline SVG code to avoid crashing the UI
2023-09-11 18:33:04 -03:00