Commit graph

7,490 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
f66786f974 Fix import order in ServiceManager 2023-12-06 10:03:42 -03:00
Gabriel Luiz Freitas Almeida
21bc67f02d Merge branch 'feature/store' into plugin_service 2023-12-06 10:03:21 -03:00
Lucas Oliveira
f6320d6ef0 formatting 2023-12-05 19:48:44 -03:00
Lucas Oliveira
6de820a6cc Changed colors 2023-12-05 19:48:08 -03:00
Gabriel Luiz Freitas Almeida
384d42fea4 Update frontend template with values from raw
template
2023-12-05 19:35:18 -03:00
Lucas Oliveira
344f761b57 Fixed component colors 2023-12-05 19:33:15 -03:00
Gabriel Luiz Freitas Almeida
a7ad56c0d0 Refactor update_frontend_node_with_template_values
function
2023-12-05 19:23:23 -03:00
Gabriel Luiz Freitas Almeida
38bc66472c Add GPT-4 Vision Preview option to chat_open_ai
test
2023-12-05 18:58:46 -03:00
Gabriel Luiz Freitas Almeida
d0c5d70fc6 Add file_path validation in
update_frontend_node_with_template_values function
2023-12-05 18:58:40 -03:00
Gabriel Luiz Freitas Almeida
731e57435c Add new OpenAI model for vision 2023-12-05 18:40:27 -03:00
Gabriel Luiz Freitas Almeida
5388423e0e Fix formatting issues in code 2023-12-05 18:39:20 -03:00
Gabriel Luiz Freitas Almeida
c3f9433612 Fix superuser deletion bug 2023-12-05 18:35:14 -03:00
Gabriel Luiz Freitas Almeida
513b9dbaa1 Add TestComponent class to tests/data/component.py 2023-12-05 18:35:04 -03:00
Gabriel Luiz Freitas Almeida
3fd5af89b6 Refactor user deletion endpoint 2023-12-05 18:16:40 -03:00
Gabriel Luiz Freitas Almeida
35538254a1 Update platformdirs version 2023-12-05 18:16:17 -03:00
Gabriel Luiz Freitas Almeida
a8e620d89c Refactor user CRUD functions 2023-12-05 18:16:11 -03:00
Gabriel Luiz Freitas Almeida
fa9b7265ea Fix migration issue with default superuser 2023-12-05 18:16:06 -03:00
Gabriel Luiz Freitas Almeida
0a3921dd2d Refactor credential retrieval and listing methods 2023-12-05 18:16:02 -03:00
Gabriel Luiz Freitas Almeida
b1a4957e20 Refactor code and optimize imports 2023-12-05 18:15:57 -03:00
Gabriel Luiz Freitas Almeida
796854d9e6 Refactor flow read function 2023-12-05 18:15:52 -03:00
Gabriel Luiz Freitas Almeida
43036795be Refactor API endpoints and improve code structure 2023-12-05 18:15:46 -03:00
Gabriel Luiz Freitas Almeida
aee00ab07f Fix credential query in create_credential and
update_credential functions
2023-12-05 18:15:40 -03:00
Gabriel Luiz Freitas Almeida
811da0323d Fixes database table creation and adds profile
image column
2023-12-05 18:15:30 -03:00
Gabriel Luiz Freitas Almeida
62c053030b Refactor credential.py to use SQLModel's select
method
2023-12-05 18:00:59 -03:00
Gabriel Luiz Freitas Almeida
580f3a1e0d Merge remote-tracking branch 'origin/dev' into feature/store 2023-12-05 17:40:09 -03:00
Gabriel Luiz Freitas Almeida
1713f0a703 Update settings store flag in langflow/__main__.py 2023-12-05 17:36:59 -03:00
Gabriel Luiz Freitas Almeida
b5c4e2dbc8
Fix to Anthropic LLM (#1178) 2023-12-05 12:08:32 -03:00
Gabriel Luiz Freitas Almeida
055199cad4
Merge branch 'main' into release 2023-12-05 11:59:56 -03:00
Gabriel Luiz Freitas Almeida
79a20f3740 Remove commented out code in config.yaml 2023-12-05 11:59:06 -03:00
Gabriel Luiz Freitas Almeida
08582f234c Update version to 0.5.12 2023-12-05 11:50:07 -03:00
Gabriel Luiz Freitas Almeida
7fab127bb6 Refactor import statements in process.py 2023-12-05 11:49:46 -03:00
Gabriel Luiz Freitas Almeida
0b2bc40862 The Anthropic component, did not work properly, so it was developed additionally. 2023-12-05 11:48:40 -03:00
Gabriel Luiz Freitas Almeida
e8cbc03e0b Update boto3 and botocore versions to 1.33.7 2023-12-05 10:42:19 -03:00
EC2 Default User
dc6ca0082f update readme 2023-12-05 03:37:03 +00:00
EC2 Default User
54021d3963 update readme 2023-12-05 03:34:28 +00:00
cristhianzl
3192290f1b Merge branch 'feature/store' of github.com:logspace-ai/langflow into feature/store 2023-12-04 20:48:20 -03:00
cristhianzl
8714ecfada feat(flowsContext.tsx): add nodesOnFlow and setNodesOnFlow functions to FlowsContext to track changes in nodes on the flow
fix(PageComponent/index.tsx): update onNodesChangeMod function to only trigger when there are changes in the nodes on the flow and update nodesOnFlow state in FlowsContext
feat(tabs/index.ts): add nodesOnFlow and setNodesOnFlow functions to FlowsContextType to track changes in nodes on the flow
2023-12-04 20:48:11 -03:00
Gabriel Luiz Freitas Almeida
2c78c3b78a Refactor store service imports 2023-12-04 20:25:57 -03:00
Gabriel Luiz Freitas Almeida
147a2e4097 Refactor store service module 2023-12-04 19:38:54 -03:00
Gabriel Luiz Freitas Almeida
bab165aedb
Pin bcrypt version and update package version (#1176) 2023-12-04 19:26:04 -03:00
Gabriel Luiz Freitas Almeida
7a42168aef
Hotfix: Solves Issue 791 (#1175) 2023-12-04 19:25:34 -03:00
Gabriel Luiz Freitas Almeida
6f1ac2d2ca Update version number to 0.5.11 2023-12-04 19:22:38 -03:00
Gabriel Luiz Freitas Almeida
daffa0581e Pin bcrypt version until passlib updates 2023-12-04 19:22:22 -03:00
Lucas Oliveira
7de1ee12c8 Fixed disabled variable at EditNodeModal 2023-12-04 18:37:33 -03:00
Matheus Jacques
7abd9a184c 🚀 feat(Faiss.py): add FAISSComponent custom component for implementing a Vector Store using FAISS
🔧 chore(config.yaml): comment out FAISS vector store integration documentation link
2023-12-04 22:20:40 +01:00
Lucas Oliveira
b6f1f07d19 Fixed button to open new tab(make it a Link) 2023-12-04 18:19:44 -03:00
Gabriel Luiz Freitas Almeida
74d3e6d37b Add component test file 2023-12-04 18:14:26 -03:00
Gabriel Luiz Freitas Almeida
491c03e5b6 Update test_component_code path in conftest.py 2023-12-04 18:14:26 -03:00
Gabriel Luiz Freitas Almeida
96ce544582 🔧 fix(test_custom_component.py): fix import statement to match renamed function and module names
🔧 fix(test_custom_component.py): fix function calls to match renamed function names
2023-12-04 18:14:25 -03:00
anovazzi1
cd1a290057 fix(PageComponent): update onKeyDown event handler to prevent copying text when there is a selection 2023-12-04 18:11:38 -03:00