cristhianzl
34626f0531
merge dev
2024-06-11 09:12:52 -03:00
Jordan Frazier
a5752cdc14
fix: ensure tweaks object exists ( #2134 )
...
* ensure tweaks object exists
* Make similar change for python code
2024-06-11 05:05:31 -07:00
Nicolò Boschi
1110494615
feat: multi arch docker images ( #2123 )
2024-06-11 10:12:31 +02:00
Rodrigo
39c7494f40
add markdown to description
2024-06-11 00:28:43 -03:00
igorrCarvalho
33b1ee8365
Feat: Add shortcut for output inspection and play component
2024-06-10 23:24:57 -03:00
Rodrigo
49bdbef548
refactor: Improve advanced options in ChatComponent, URLComponent, and MessageHistoryComponent
2024-06-10 21:27:47 -03:00
Rodrigo
6cc31da766
feat: Add EmbedComponent and PromptComponent to langflow components
2024-06-10 21:26:21 -03:00
ogabrielluiz
f6fabac477
update projects
2024-06-10 21:24:43 -03:00
ogabrielluiz
6d51386b83
Merge remote-tracking branch 'origin/dev' into two_edges
2024-06-10 21:07:02 -03:00
igorrCarvalho
1aca27e5f3
Fix: update shortcut not working
2024-06-10 20:50:35 -03:00
igorrCarvalho
e9f63edacd
Refactor: update shortcut name
2024-06-10 20:41:10 -03:00
igorrCarvalho
b1d399662c
Refactor: change default API modal shortcut
2024-06-10 20:38:18 -03:00
igorrCarvalho
420bf4ba4d
Refactor: Decrease visual shortcut font size
2024-06-10 20:32:45 -03:00
cristhianzl
79615816a4
Merge branch 'cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 20:07:26 -03:00
cristhianzl
3cda01b9c6
Merge branch 'fix/minor_ui_adjustments' of https://github.com/langflow-ai/langflow into fix/minor_ui_adjustments
2024-06-10 20:06:41 -03:00
cristhianzl
972f44ce7b
🐛 (chat.py): add check for message.text being a string to prevent errors
...
♻️ (index.ts): refactor variable names for clarity and add debug logging
♻️ (IOModal/index.tsx): reformat code for better readability and consistency
✨ (IOModal/index.tsx): add excluded fields parameter to getMessagesTable calls
2024-06-10 20:06:31 -03:00
igorrCarvalho
fe49ba9e23
Refactor: remove delete visual shortcut background color on hover
2024-06-10 19:57:55 -03:00
ogabrielluiz
9b99aeda36
refactor: Generate unique names for flows and folders with the same name
2024-06-10 19:51:18 -03:00
Lucas Oliveira
50aa95a0b7
Fixed Add New Variable button not working at the dropdown
2024-06-10 19:41:39 -03:00
Lucas Oliveira
40f42db9a8
Fixed global variables not setting on EditNodeModal
2024-06-10 19:39:15 -03:00
Lucas Oliveira
387ec2304e
removed margin from button
2024-06-10 19:18:26 -03:00
Edwin Jose
4f2e582cf7
Update get-python-api-code.tsx ( #2130 )
2024-06-10 15:06:06 -07:00
Jordan Frazier
11ef216c0a
feat: add cassandra components ( #2056 )
...
* Add cassandra store component
* Add cassandra search component
* revert poetry changes
* fix type
* Add cassandra icon
* Add Cassandra Message Writer
* Add cassandra message reader
* poetry
* Fix init of cass reader
* move cassio import to base project and inline imports in backend
* running make format
* remove file
* remove cassio import
* update lockfile
* Actually update lockfile:
* merge fixes
2024-06-10 15:04:24 -07:00
ogabrielluiz
b5ead60ac9
update projects
2024-06-10 19:00:44 -03:00
ogabrielluiz
d3cc15d15e
refactor: Remove unused imports and update GenericNode component
2024-06-10 19:00:36 -03:00
ogabrielluiz
108514b734
refactor: Update langflow/custom/custom_component/component.py to cache output values for improved performance
2024-06-10 19:00:31 -03:00
ogabrielluiz
4d11c76476
refactor: Update ChatInput and ChatOutput to use Message instead of Record for input and output
2024-06-10 19:00:09 -03:00
ogabrielluiz
cf99a5ffa7
refactor: Update setup.py to handle new output types in source node
2024-06-10 18:59:07 -03:00
Lucas Oliveira
752ae3a41b
Changed from API Keys to Langflow API
2024-06-10 18:57:15 -03:00
Lucas Oliveira
2113e32d84
Merge remote-tracking branch 'origin/cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 18:50:46 -03:00
Rodrigo
b5b02e8a95
feat: Add Message and StoreMessage components
...
The code changes introduce two new components, `MessageComponent` and `StoreMessageComponent`, to the `langflow` project.
The `MessageComponent` creates a `Message` object given a session ID, allowing for the creation of chat messages with customizable sender type, sender name, and text.
The `StoreMessageComponent` stores a chat message, utilizing the `store_message` function and the `get_messages` function to retrieve the stored messages.
These changes aim to enhance the chat functionality of the project.
2024-06-10 18:48:09 -03:00
anovazzi1
2b6fec82bb
refactor: Update ChatView component to handle different message formats
2024-06-10 18:30:56 -03:00
anovazzi1
862791f55d
Merge branch 'cz/mergeAll' of personal:langflow-ai/langflow into cz/mergeAll
2024-06-10 18:06:36 -03:00
anovazzi1
6918fadaed
refactor: Update TableComponent to call onGridReady after setting column state change flag
2024-06-10 18:06:30 -03:00
cristhianzl
965b18a4de
Merge branch 'cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 18:04:12 -03:00
anovazzi1
e8ee275145
refactor: Store column definitions in local storage for the table
2024-06-10 18:03:00 -03:00
anovazzi1
bd04259b00
add storage to store column defs on the table
2024-06-10 18:01:37 -03:00
cristhianzl
bac28d94c2
Merge branch 'fix/minor_ui_adjustments' of https://github.com/langflow-ai/langflow into fix/minor_ui_adjustments
2024-06-10 17:33:47 -03:00
cristhianzl
035cf54d2f
♻️ (headerComponent): increase route history slice size to 100 for better navigation tracking
...
🐛 (locationStore): update route history limit to 100 to prevent excessive memory usage
2024-06-10 17:33:36 -03:00
Lucas Oliveira
7cb58b4992
Added type to global variables
2024-06-10 17:29:20 -03:00
Lucas Oliveira
b38e8d375f
Fixed API modal overflow
2024-06-10 17:24:57 -03:00
Lucas Oliveira
2bbce3798c
Fixed apiModal view
2024-06-10 17:24:32 -03:00
Lucas Oliveira
6985b179d9
Fixed margin on buttons
2024-06-10 17:24:32 -03:00
cristhianzl
17d3d177c1
Merge branch 'fix/minor_ui_adjustments' of https://github.com/langflow-ai/langflow into fix/minor_ui_adjustments
2024-06-10 17:23:27 -03:00
cristhianzl
d028d83d37
✨ (frontend): add image preloading hook and suspense image component
...
- Add `usePreloadImages` hook to preload profile pictures
- Add `SuspenseImageComponent` for handling image loading with suspense
- Update `ProfilePictureChooserComponent` to use the new hook and component
2024-06-10 17:23:11 -03:00
Lucas Oliveira
8f3706b6b7
Changed label of Download Flow button
2024-06-10 17:12:06 -03:00
Lucas Oliveira
5f19ce9298
Added input component to dom and added event listener instead of setting onChange
2024-06-10 16:50:54 -03:00
ogabrielluiz
af38ec4580
refactor: Add log method to CustomComponent for logging messages
2024-06-10 16:16:50 -03:00
ogabrielluiz
bde49ba286
refactor: Remove unused imports and update artifact type handling
2024-06-10 16:16:27 -03:00
italojohnny
827aec5139
fix: PydanticSerializationError
2024-06-10 16:16:21 -03:00