Commit graph

11,861 commits

Author SHA1 Message Date
ogabrielluiz
8aa97ccd98 refactor: replace StrInput with TextInput 2024-06-17 12:59:58 -03:00
anovazzi1
e700aba34d chore: Add buildResults.push(false) to buildVertex function when unexpected error occur 2024-06-17 12:44:44 -03:00
ogabrielluiz
8d3a175375 refactor: Ignore Pydantic deprecation warnings in build_component 2024-06-17 12:36:32 -03:00
ogabrielluiz
17065e4e4a refactor: Update TikToken Enable parameter in OpenAIEmbeddingsComponent 2024-06-17 12:36:25 -03:00
ogabrielluiz
360b62e661 refactor: Import build_logs in base.py 2024-06-17 12:31:14 -03:00
ogabrielluiz
91474ab6ca refactor: Raise ImportError with module name in PythonREPLTool 2024-06-17 12:10:52 -03:00
ogabrielluiz
b907825b33 refactor: Remove pprint statement in set_result method of Vertex class 2024-06-17 12:10:52 -03:00
ogabrielluiz
305bdda01f refactor: Update Component class to use correct variable for artifact_type 2024-06-17 12:10:52 -03:00
cristhianzl
6edb56679a fix langflow api table rows elements position 2024-06-17 12:08:37 -03:00
ogabrielluiz
bead43ebad chore: Add build_frontend target to Makefile 2024-06-17 11:58:22 -03:00
ogabrielluiz
66b7435574 Update lock 2024-06-17 11:58:22 -03:00
Lucas Oliveira
a24bf068aa Fixed prettier config 2024-06-17 11:51:40 -03:00
Lucas Oliveira
afd07fcfed Fixed buttons, applying unstyled to them instead of variant none 2024-06-17 11:51:40 -03:00
Rodrigo
fa7707c148 refactor vector stores 2024-06-17 11:36:32 -03:00
ogabrielluiz
c7a3624f21 Refactor inputs.py to add MessageInput and TextInput classes 2024-06-17 11:33:28 -03:00
ogabrielluiz
3ff0ac3a74 Refactor schema.py to use timezone-aware datetime for timestamp field 2024-06-17 11:33:28 -03:00
ogabrielluiz
89493a4700 Refactor message.py to set flow_id for Message instances 2024-06-17 11:33:28 -03:00
ogabrielluiz
080af42802 Refactor memory.py to ensure messages have a timestamp before adding them to the database 2024-06-17 11:33:28 -03:00
cristhianzl
9ad10b33f2 merging branch local two edges 2024-06-17 11:23:21 -03:00
cristhianzl
6b4f40f350 fix uuid importing error, fix table component alignment 2024-06-17 11:20:03 -03:00
anovazzi1
8f5c224283 Refactor flowStore.ts to improve build success alert logic 2024-06-17 11:15:03 -03:00
anovazzi1
f9de8672aa add text modal view for table render 2024-06-17 11:02:11 -03:00
ogabrielluiz
88754b9cf3 Refactor build_template_from_class function to remove unused code and improve readability 2024-06-17 10:55:50 -03:00
Lucas Oliveira
a3821f4367 Fixed not being able to throw nodes at screen 2024-06-17 10:53:27 -03:00
cristhianzl
567712d69a removing unecessary prop 2024-06-17 10:50:13 -03:00
cristhianzl
63eee10f2e Merge branch 'two_edges' of https://github.com/langflow-ai/langflow into two_edges 2024-06-17 10:48:44 -03:00
cristhianzl
7e8928f88b removing pdb and function name 2024-06-17 10:48:34 -03:00
Lucas Oliveira
10e0472092 Using lodash-es instead of normal lodash 2024-06-17 10:46:27 -03:00
Lucas Oliveira
07bf5e1573 Upgraded NPM packages versions, fixed SVG loadings and removed DaisyUI 2024-06-17 10:46:27 -03:00
ogabrielluiz
4717ff0767 Refactor Component class to improve input mapping and validation 2024-06-17 10:35:31 -03:00
ogabrielluiz
d62c3452ab chore: Refactor TextInput class to improve value validation 2024-06-17 10:35:24 -03:00
anovazzi1
2a3f095668 Merge branch 'two_edges' of personal:langflow-ai/langflow into two_edges 2024-06-17 10:33:09 -03:00
anovazzi1
ad18b0c018 add border on readOnly 2024-06-17 10:33:01 -03:00
cristhianzl
55496cd9de add empty text on empty value chat 2024-06-17 10:32:40 -03:00
anovazzi1
72a1a249ae chore: Add displayProxy function to OutputComponent 2024-06-17 10:28:53 -03:00
cristhianzl
a5b63711db Merge branch 'two_edges' of https://github.com/langflow-ai/langflow into two_edges 2024-06-17 10:20:16 -03:00
cristhianzl
d59f0b4034 fix folders changing orders when editing a name 2024-06-17 10:20:04 -03:00
ogabrielluiz
d1ab180040 Refactor utils.py and message.py modules
This commit refactors the `utils.py` module in the `base/prompts` directory and the `message.py` module in the `schema` directory. The changes include:
- Importing the `Message` class from `langflow.schema.message` in `utils.py`
- Importing various modules and classes from `langchain_core` in `message.py`
- Adding a new method `load_lc_prompt` to the `Message` class in `message.py`
- Adding a new class method `from_lc_prompt` to the `Message` class in `message.py`
- Adding a new method `format_text` to the `Message` class in `message.py`
- Adding a new class method `from_template_and_variables` to the `Message` class in `message.py`

These changes improve the organization and functionality of the code in the mentioned modules.
2024-06-17 10:09:30 -03:00
italojohnny
bfee5a508f unified vertex log creation 2024-06-17 10:03:31 -03:00
cristhianzl
1912f91139 Merge branch 'two_edges' of https://github.com/langflow-ai/langflow into two_edges 2024-06-17 10:01:36 -03:00
cristhianzl
fcf4512210 merge dev into two_edges 2024-06-17 10:01:28 -03:00
ogabrielluiz
50a37e92dc fix: set tiktoken_enable to True 2024-06-17 09:34:43 -03:00
ogabrielluiz
abf1582fe6 Refactor ChatInput and ChatOutput components to prevent duplicate message storage 2024-06-17 09:17:58 -03:00
Igor Carvalho
30eacad94a
General fixes related to shortcuts icons (#2179)
* Fix: center command icon for macOS

* Fix: Add visual shortcut to undo and redo

* code format

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
2024-06-17 09:16:53 -03:00
ogabrielluiz
787297e1f0 chore: Remove unused test-results/.last-run.json file 2024-06-17 08:44:30 -03:00
ogabrielluiz
e4f85edb62 Refactor SettingsServiceFactory to use SettingsService.initialize() 2024-06-17 08:13:29 -03:00
ogabrielluiz
baba4b7185 (docker-build.yml): rename step from "Push Docker Image" to "Build and Push Docker Image" for clarity and accuracy 2024-06-17 07:57:46 -03:00
ogabrielluiz
7dae09ac92 chore: Update Docker build workflow to include file output 2024-06-17 07:17:32 -03:00
Nicolò Boschi
dceffa6e6f
fix docker tags on release process (#2196)
* fix docker tags on release process

* wait
2024-06-17 03:15:31 -07:00
Rodrigo
cbff3f8366 feat: Add SelectivePassThroughComponent 2024-06-16 20:57:09 -03:00