Commit graph

9,076 commits

Author SHA1 Message Date
Madhavan
9bdd353666
Minor documentation update and exception message fix to avoid confusion with Google Vertex (#2088)
* Update to use non-deprecated output parser imports

* Update documentation

* Revert "Update to use non-deprecated output parser imports"

This reverts commit 11a969d82b6b2b3659eb7c3c26b5b29a98815834.

* Update rag-with-astradb.mdx

* Update chat.py to clarify error message

vertex in the exception message appears to be confusing with google vertex and causes confusion when used with other providers.

* Minor formatting to highlight the vscode launch file
update the error message

* Fix a couple more error texts
2024-06-15 07:06:07 -07:00
Gabriel Luiz Freitas Almeida
81bb749ea8
feat: Add cache parameter to RunnableVerticesManager (#2181)
This commit adds a new optional `cache` parameter to the `RunnableVerticesManager` class in the `runnable_vertices_manager.py` file. The `cache` parameter allows controlling whether the graph data should be cached or not when retrieving the next runnable vertices for a given vertex. If `cache` is set to `True`, the graph data will be cached using the `set_cache_coro` function. If `cache` is set to `False`, the graph data will not be cached.

This change was made to provide more flexibility in managing the caching behavior of the graph data.

Ref: #2180
2024-06-15 07:04:00 -07:00
Gabriel Luiz Freitas Almeida
57403d7b65
Update Prettier and add trailing comma (#2187)
* chore: Update prettier-plugin-tailwindcss to version 0.6.4

* Add trailing comma
2024-06-15 06:53:45 -07:00
Nick Roth
71de94f65e
Support returning sub flow outputs (#2177)
Add support for returning outputs from running flow as records
2024-06-15 06:39:40 -07:00
Gabriel Luiz Freitas Almeida
dfc008b383
Update dependencies and fix docs (#2186)
* chore: Update chardet package to version 5.2.0

* chore: Update Docker build workflow to support multiple platforms and add container testing

* chore: Update pre-release workflow to include CLI testing

* chore: Update npm install command in lint-js.yml workflow

* chore: Update eslint and prettier versions in package.json

* fix: remove .mdx from link in docs

* Merge remote-tracking branch 'origin/dev' into update
2024-06-15 06:37:34 -07:00
Gabriel Luiz Freitas Almeida
5191638f8e
Update dependencies and workflows (#2185) 2024-06-15 06:02:08 -07:00
namastex888
5774a94898 upd: llm models 2024-06-15 02:32:17 +00:00
ogabrielluiz
47ea958441 chore: Update package versions in pyproject.toml files 2024-06-14 22:46:57 -03:00
Gabriel Luiz Freitas Almeida
c53901f7ef
Refactor endpoints.py to improve code handling and remove caching (#2180)
* chore: Refactor CustomComponent to improve repr_value handling

* ♻️ (endpoints.py): Refactor the simplified_run_flow and webhook_run_flow functions to remove caching

* Refactor endpoints.py to remove caching and update tests
2024-06-14 18:39:44 -07:00
namastex888
60806556b1 upd: llm models 2024-06-15 00:44:16 +00:00
namastex888
0ff4694a16 upd: cohere llm component 2024-06-14 23:48:06 +00:00
namastex888
b376bb26be fix: llm models 2024-06-14 23:38:48 +00:00
namastex888
aff0784280 fix: llm components 2024-06-14 23:34:39 +00:00
anovazzi1
9fdd7aa5f8 update error view in new logs 2024-06-14 20:26:19 -03:00
namastex888
d9eb3decf1 AntropicModel: add prefill field for structured outputs, AmazonBedrock: New component format 2024-06-14 22:18:59 +00:00
Lucas Oliveira
6a3e4817ed Fixed badges exhibition and genericModal footer 2024-06-14 19:05:32 -03:00
Lucas Oliveira
fd39e4bd6f Refactored Logs header 2024-06-14 19:05:32 -03:00
anovazzi1
191519e8f8 Merge branch 'two_edges' of personal:langflow-ai/langflow into two_edges 2024-06-14 18:32:50 -03:00
anovazzi1
6d8482f829 refactor: Add badge rendering for success and failure values in TableAutoCellRender 2024-06-14 18:32:44 -03:00
Cezar Vasconcelos
759920b0d6 upd: OpenAIModel, add seed and json mode 2024-06-14 21:27:28 +00:00
Igor Carvalho
e265ee6c23
Refactor: Remove blue border when agGrid input are focused (#2178) 2024-06-14 18:21:36 -03:00
Lucas Oliveira
55fdebe3bb Fixed ShadTooltip appearing when Accordion is not disabled 2024-06-14 18:19:13 -03:00
anovazzi1
0cc2d1efc9 fix: Update AccordionTrigger content to display "Open" when not disabled 2024-06-14 18:17:40 -03:00
Lucas Oliveira
50e44c674b Fixed BaseModal text padding 2024-06-14 18:08:31 -03:00
Lucas Oliveira
91074d9057 Fixed prompt modal oveflow 2024-06-14 17:51:45 -03:00
Lucas Oliveira
1715898593 Fixed prompt modal oveflow 2024-06-14 17:47:49 -03:00
anovazzi1
a6c9e0535f refactor: Update IOFieldView to use 'text' instead of 'result' for textOutputValue 2024-06-14 17:47:05 -03:00
anovazzi1
e8d673debf fix prompt variables 2024-06-14 17:21:35 -03:00
anovazzi1
49db8a847c update logs to new format 2024-06-14 17:10:50 -03:00
ogabrielluiz
bff50ad3c5 refactor: Update index type in ParameterComponentType 2024-06-14 17:01:50 -03:00
cristhianzl
63497586d8 ♻️ (tableComponent): remove unnecessary comma and autoHeight property
 (ShortcutsPage): add conditional rendering for TableComponent to handle empty data
2024-06-14 17:01:50 -03:00
cristhianzl
bc6304b338 ♻️ (tableComponent): remove toTitleCase utility function to simplify headerName assignment
💡 (utils.ts): remove unnecessary commas and improve code readability
2024-06-14 17:01:50 -03:00
cristhianzl
1c896924d6 (tests): add zoom actions to end-to-end tests for better view control
 (tests): update locators in chatInputOutput.spec.ts for element accuracy
 (tests): import dotenv and path in end-to-end tests for environment config
 (tests): add control-click actions in group.spec.ts for multi-select testing
 (tests): update text assertions in logs.spec.ts for consistency with UI changes
2024-06-14 17:01:00 -03:00
Lucas Oliveira
6685ca32bb Fixed table header displaying Title Case instead of normal 2024-06-14 17:01:00 -03:00
Lucas Oliveira
6322827ad6 Fixed not being able to copy anywhere 2024-06-14 17:01:00 -03:00
Lucas Oliveira
647df8a592 Fixed error color and padding 2024-06-14 17:00:47 -03:00
Lucas Oliveira
f1be3ddf99 Fixed grabbing to override children 2024-06-14 17:00:47 -03:00
Lucas Oliveira
efda9ccb89 Changed icon of message 2024-06-14 17:00:47 -03:00
Lucas Oliveira
bbf794cac2 Fixed badge size on Advanced modal 2024-06-14 17:00:47 -03:00
Lucas Oliveira
7ceaefd651 Fixed if/else that is not on useEffect 2024-06-14 17:00:47 -03:00
italojohnny
09c21fca06 fix logs 2024-06-14 16:54:19 -03:00
ogabrielluiz
1ba029a8b0 feat: Add endpoint_name field to saveFlowToDatabase function 2024-06-14 16:51:48 -03:00
ogabrielluiz
ce80e26c50 refactor: Ignore missing inputs in Component class 2024-06-14 16:40:47 -03:00
cristhianzl
d8b72fd158 merge fix 2024-06-14 16:39:20 -03:00
cristhianzl
66b7189c31 (tests): add zoom actions to end-to-end tests for better view control
 (tests): update locators in chatInputOutput.spec.ts for element accuracy
 (tests): import dotenv and path in end-to-end tests for environment config
 (tests): add control-click actions in group.spec.ts for multi-select testing
 (tests): update text assertions in logs.spec.ts for consistency with UI changes
2024-06-14 16:38:15 -03:00
ogabrielluiz
a5df1c109a Format frontend 2024-06-14 16:32:13 -03:00
ogabrielluiz
1dbeec38c0 refactor: Import Data class in utils.py for better code organization 2024-06-14 16:31:47 -03:00
ogabrielluiz
d060d5308a Add webhook test and fix webhook to support endpoint name 2024-06-14 16:30:17 -03:00
ogabrielluiz
fb1595e4b0 refactor: Update field_type in HandleInput to use SerializableFieldTypes enum 2024-06-14 16:29:16 -03:00
ogabrielluiz
969deae5e1 refactor: Update BaseInputMixin to validate input assignment 2024-06-14 16:15:33 -03:00