Commit graph

10,075 commits

Author SHA1 Message Date
Lucas Oliveira
755f8c6e70 Fixed icon size and naming 2023-12-04 16:07:52 -03:00
Lucas Oliveira
6e353ba3ee Removed position from component upload 2023-12-04 15:56:59 -03:00
Lucas Oliveira
7e12316022 Added component drop on ReactFlow 2023-12-04 15:56:59 -03:00
Gabriel Luiz Freitas Almeida
de392c5677 Update platformdirs and posthog versions 2023-12-04 15:46:52 -03:00
Gabriel Luiz Freitas Almeida
f29213a7c6 🐛 fix(api_key/model.py): make 'name' field nullable with a default value of None to allow for optional name values in ApiKeyBase model 2023-12-04 15:44:35 -03:00
Gabriel Luiz Freitas Almeida
c05108230e Fix database initialization issue 2023-12-04 15:44:35 -03:00
Gabriel Luiz Freitas Almeida
f1773a906c Fix database initialization issue and add delay
after upgrade
2023-12-04 15:44:34 -03:00
Gabriel Luiz Freitas Almeida
9a697362cb Add database migration scripts 2023-12-04 15:44:33 -03:00
Gabriel Luiz Freitas Almeida
98d5351d87 Fix anthropic_api_key handling in AnthropicLLM.py 2023-12-04 15:44:33 -03:00
Gabriel Luiz Freitas Almeida
d2c616ab76 Update bcrypt version to 4.0.1 2023-12-04 15:44:32 -03:00
Gabriel Luiz Freitas Almeida
24219594e5 Refactor user API endpoint 2023-12-04 15:44:31 -03:00
Gabriel Luiz Freitas Almeida
213c44abc5 Fix field_validator mode in FlowBase model 2023-12-04 15:44:31 -03:00
Gabriel Luiz Freitas Almeida
bf76ba660f Fix last_login_at default value 2023-12-04 15:44:30 -03:00
Gabriel Luiz Freitas Almeida
8dcc5e4120 Update base classes in AgentInitializer 2023-12-04 15:44:30 -03:00
Gabriel Luiz Freitas Almeida
5c352157d1 Fix return type assertion in
test_custom_component_get_function_entrypoint_return_type()
2023-12-04 15:44:29 -03:00
Gabriel Luiz Freitas Almeida
f30898d703 Fix import and validate model in flow creation 2023-12-04 15:44:28 -03:00
Gabriel Luiz Freitas Almeida
6e041a62b8 Fix assertion in test_build_graph 2023-12-04 15:44:28 -03:00
Gabriel Luiz Freitas Almeida
7be4ce5b07 Update sqlmodel version to 0.0.14 2023-12-04 15:44:27 -03:00
Gabriel Luiz Freitas Almeida
418e390c0a Update sqlmodel repository URL 2023-12-04 15:44:26 -03:00
Gabriel Luiz Freitas Almeida
6afbd32621 Update AnthropicLLM to use BaseLanguageModel and
SecretStr
2023-12-04 15:44:26 -03:00
Gabriel Luiz Freitas Almeida
1c2d2402ba Update AnthropicLLM model name 2023-12-04 15:44:25 -03:00
Lucas Oliveira
a632fc6bdb Added loading screen on reactflow 2023-12-04 15:32:35 -03:00
Lucas Oliveira
64ca2649fe Fixed group button with transparent background 2023-12-04 15:06:48 -03:00
Lucas Oliveira
395c0fe55a Fixed placeholder message 2023-12-04 15:00:09 -03:00
Lucas Oliveira
f964420a5e Added icons on sidebar 2023-12-04 14:52:31 -03:00
Lucas Oliveira
cc5a913cfd Updated to be on pair with store 2023-12-04 14:43:06 -03:00
anovazzi1
0f33313dae code format 2023-12-04 14:33:16 -03:00
anovazzi1
faea687871 feat(GenericNode): add priorityFields constant to improve sorting logic in GenericNode component
The `GenericNode` component in `index.tsx` has been updated to include an import statement for the `priorityFields` constant from `constants.ts`. This constant is a `Set` containing the field names "code" and "template".

In the `sort` function of the `GenericNode` component, the logic has been modified to check if a field name is present in the `priorityFields` set. If so, it gives higher priority to that field during sorting. This change improves the sorting logic in the component.

The `constants.ts` file has also been updated to include the `priorityFields` constant.
2023-12-04 14:28:07 -03:00
Gabriel Luiz Freitas Almeida
5b4ff29527
Ignore "repr" key in process_inputs (#1172)
Fixes #1171
2023-12-04 09:01:32 -03:00
Gabriel Luiz Freitas Almeida
a7f99217da
Merge branch 'main' into release 2023-12-04 09:01:10 -03:00
Gabriel Luiz Freitas Almeida
9e4dd7dea2 Update version to 0.5.10 2023-12-04 08:43:43 -03:00
Gabriel Luiz Freitas Almeida
8405d6bed8 Ignore "repr" key when processing inputs 2023-12-04 08:43:10 -03:00
Gabriel Luiz Freitas Almeida
f59bf44a24 Reorder imports and fix formatting in process.py 2023-12-04 08:42:45 -03:00
Gabriel Luiz Freitas Almeida
f586142938 Ignore "repr" key when processing inputs
Unable to call the API locally #1171
2023-12-04 08:41:30 -03:00
Gabriel Luiz Freitas Almeida
3fbb93b2c3 Refactor langflow/processing/process.py 2023-12-04 08:40:48 -03:00
Gabriel Luiz Freitas Almeida
b43a22fbee Refactor langchain imports and update
llm_type_to_cls_dict
2023-12-02 14:00:56 -03:00
Gabriel Luiz Freitas Almeida
498e5b1508 Delete constants.py custom component 2023-12-02 14:00:50 -03:00
Gabriel Luiz Freitas Almeida
83a1255448 Refactor custom component code 2023-12-02 14:00:33 -03:00
Gabriel Luiz Freitas Almeida
b15854d77e
Fix embedding function name in FAISS and update dependencies (#1169) 2023-12-01 22:19:04 -03:00
EC2 Default User
d18535afe7 add archi 2023-12-02 01:17:44 +00:00
EC2 Default User
7836f7168f add archi 2023-12-02 01:16:18 +00:00
EC2 Default User
4a70fe425d add archi 2023-12-02 01:14:13 +00:00
EC2 Default User
1118958f35 add archi 2023-12-02 01:13:24 +00:00
EC2 Default User
f101c63874 add archi 2023-12-02 01:11:30 +00:00
Gabriel Luiz Freitas Almeida
11109130cd
Merge branch 'main' into release 2023-12-01 22:09:32 -03:00
Gabriel Luiz Freitas Almeida
7b5066e6b1 feat(store.py): add PATCH endpoint to update a component in the store
🐛 fix(service.py): add update method to StoreService class to handle PATCH requests for updating a component in the store
2023-12-01 22:06:46 -03:00
Gabriel Luiz Freitas Almeida
69801e48de Bump version to 0.5.9 2023-12-01 21:59:42 -03:00
Gabriel Luiz Freitas Almeida
59af8d60f3 Update dependencies in pyproject.toml 2023-12-01 21:59:20 -03:00
Gabriel Luiz Freitas Almeida
79df6d883a Refactor store service to include user search by
username
2023-12-01 21:58:09 -03:00
Gabriel Luiz Freitas Almeida
fb99529636 Update jina version 2023-12-01 21:53:59 -03:00