Commit graph

3,691 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
7ebbc9abac Update build_config method in TextComponent subclasses 2024-03-29 16:27:33 -03:00
Gabriel Luiz Freitas Almeida
0cf2229ff1 Update TextInput and ChatOutput build methods 2024-03-29 16:19:41 -03:00
Gabriel Luiz Freitas Almeida
4ad0385768 Refactor TextComponent build method to accept Record input and generate text output 2024-03-29 16:16:42 -03:00
Gabriel Luiz Freitas Almeida
d71ebc7ea1 Add record_template parameter to ChatComponent 2024-03-29 16:16:32 -03:00
Gabriel Luiz Freitas Almeida
84fb678b2f Refactor AstraDBSearchComponent parameters and add informative descriptions 2024-03-29 15:11:42 -03:00
Gabriel Luiz Freitas Almeida
5c43bd3a5f Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-03-29 14:54:48 -03:00
Gabriel Luiz Freitas Almeida
feb29ddbb9
Fix unique constraints for id column (#1583)
* Fix unique constraints for id column

* Update version in pyproject.toml
2024-03-29 14:18:01 -03:00
Rodrigo Nader
8e3ce9050e Add CreateRecordComponent, update IDGeneratorComponent and input components' descriptions 2024-03-29 00:07:19 -03:00
anovazzi1
cf7225ce7a Update default value for sender in MessageHistoryComponent 2024-03-28 23:52:54 -03:00
Gabriel Luiz Freitas Almeida
742ec9f0d5 Update import statements in __init__.py files 2024-03-28 20:16:35 -03:00
Gabriel Luiz Freitas Almeida
a3924d657c Add vector search components and vector store search components 2024-03-28 20:16:00 -03:00
Gabriel Luiz Freitas Almeida
53a959d8e5 Update AnthropicModel with new model options and API URL 2024-03-28 19:51:28 -03:00
Gabriel Luiz Freitas Almeida
1c55b8159b Update AmazonBedrockModel.py with new model options and remove unused code 2024-03-28 19:51:27 -03:00
Rodrigo Nader
754e74ec37 Update component descriptions and messages 2024-03-28 19:33:55 -03:00
Rodrigo Nader
d7fdd2fe9d Update component descriptions 2024-03-28 18:49:25 -03:00
Rodrigo Nader
57802f9632 Update display names of models 2024-03-28 18:19:25 -03:00
Gabriel Luiz Freitas Almeida
5bc787fef4 Update file path in build_config method 2024-03-28 17:56:12 -03:00
Gabriel Luiz Freitas Almeida
d6f1a9f1f6 Refactor FileComponent build method to accept a single path 2024-03-28 17:53:59 -03:00
Rodrigo Nader
91b8f12a54 Add advanced options to sender and return_record in ChatComponent 2024-03-28 17:34:17 -03:00
Gabriel Luiz Freitas Almeida
f7e8526a06 Fix getting extension in files 2024-03-28 17:03:56 -03:00
Gabriel Luiz Freitas Almeida
37ede63d2d Add import statement for get_settings_service() in base.py 2024-03-28 17:01:13 -03:00
Gabriel Luiz Freitas Almeida
cdf1963138 Update version.py to retrieve package version using package name 2024-03-28 16:58:02 -03:00
Gabriel Luiz Freitas Almeida
b54e8352fa Update StateServiceFactory to use InMemoryStateService 2024-03-28 09:57:52 -03:00
Gabriel Luiz Freitas Almeida
3dbd459f2c Refactor error handling in initialize_services function 2024-03-28 09:56:51 -03:00
Gabriel Luiz Freitas Almeida
d413bf167f Refactor imports in state factory module 2024-03-28 09:56:46 -03:00
Gabriel Luiz Freitas Almeida
6737c845eb Refactor code and fix formatting issues 2024-03-27 23:46:11 -03:00
Gabriel Luiz Freitas Almeida
291d655919 Add StateService and StateServiceFactory 2024-03-27 22:10:04 -03:00
Gabriel Luiz Freitas Almeida
beb8f9a393 Add get_schema method to Service class 2024-03-27 22:08:30 -03:00
Gabriel Luiz Freitas Almeida
0c025977ab Refactor variable names and update variable service 2024-03-27 22:06:36 -03:00
Gabriel Luiz Freitas Almeida
89a466f22e Refactor RunnableExecutor.py to improve input handling 2024-03-27 22:05:05 -03:00
Gabriel Luiz Freitas Almeida
ac17ab7ac6 Refactor set_cache_coro method call in RunnableVerticesManager 2024-03-27 18:41:19 -03:00
Gabriel Luiz Freitas Almeida
75d1c83aae Merge branch 'zustand/io/migration' into globalVariables 2024-03-27 18:20:34 -03:00
Gabriel Luiz Freitas Almeida
043ec91d96 Update status message format in RunnableExecutor.py 2024-03-27 18:11:39 -03:00
Gabriel Luiz Freitas Almeida
b3a621d1b2 Refactor RunnableExecutor.py to handle input keys and provide status information 2024-03-27 17:59:19 -03:00
Gabriel Luiz Freitas Almeida
77d1f7e731 Refactor RunnableExecutor.py to improve output handling 2024-03-27 17:52:34 -03:00
Gabriel Luiz Freitas Almeida
54aeee570b Add assemblyai dependency and update websockets version 2024-03-27 17:42:34 -03:00
Gabriel Luiz Freitas Almeida
a6f66af191 Update error logging in log_vertex_build function 2024-03-27 16:52:02 -03:00
Gabriel Luiz Freitas Almeida
dfc733be7d Add llm_creator and prompt_creator to VertexTypesDict 2024-03-27 16:43:30 -03:00
Gabriel Luiz Freitas Almeida
868d5fbb52 Replace import statement with langflow.custom 2024-03-27 16:09:33 -03:00
Gabriel Luiz Freitas Almeida
e274738861 Return additional vertices to run 2024-03-27 16:06:21 -03:00
Gabriel Luiz Freitas Almeida
9abad780b2 Replace import statement in custom component class 2024-03-27 15:37:22 -03:00
Gabriel Luiz Freitas Almeida
3a8d29241d Refactor RunnableExecutor.py to add default values for input_key and output_key 2024-03-27 15:33:19 -03:00
Gabriel Luiz Freitas Almeida
a8d9dea167 Add input types to runnable info 2024-03-27 15:27:25 -03:00
Gabriel Luiz Freitas Almeida
569d384573 Add AstraDB icon and field order to AstraDBVectorStoreComponent and AstraDBSearchComponent 2024-03-27 00:43:02 -03:00
Gabriel Luiz Freitas Almeida
eaf2479c87
Update function signature, refactor code, add new langflow helper functions and files, and add version module (#1570)
* Update function signature and import statements

* Refactor code and fix bugs

* Add new langflow helper functions and remove base model component

* Add new files and modify existing files

* Add version module and update imports

* Update packages include path in pyproject.toml

* Update Poetry version to 1.8.2
2024-03-26 23:18:44 -03:00
Gabriel Luiz Freitas Almeida
a92dcaf37d Update agent.py and experimental components 2024-03-26 21:24:33 -03:00
Gabriel Luiz Freitas Almeida
16e91a00de Update mypy configuration to include namespace packages 2024-03-26 21:24:17 -03:00
Gabriel Luiz Freitas Almeida
532615533a Add VariableService and related files 2024-03-26 20:40:03 -03:00
Gabriel Luiz Freitas Almeida
95f5c4421f Merge remote-tracking branch 'origin/zustand/io/migration' into globalVariables 2024-03-26 20:33:15 -03:00
Cezar Vasconcelos
638ea4a87c Merge branch 'zustand/io/migration' of https://github.com/logspace-ai/langflow into zustand/io/migration 2024-03-26 21:30:15 +00:00