Commit graph

7,562 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
f20bbdcbe7 Add cryptography and langchain-openai dependencies 2024-04-03 21:10:21 -03:00
Gabriel Luiz Freitas Almeida
b040b6e0dc Update version import and handle ImportError 2024-04-03 21:10:20 -03:00
Gabriel Luiz Freitas Almeida
5b2bec1cb6 Fix error message in directory_reader.py 2024-04-03 21:10:20 -03:00
Gabriel Luiz Freitas Almeida
c1ee576db2 Fix module import error in validate.py 2024-04-03 21:10:19 -03:00
Gabriel Luiz Freitas Almeida
4d0832061b Add emoji package and nest-asyncio dependency 2024-04-03 19:51:08 -03:00
Gabriel Luiz Freitas Almeida
6e131120af Add ChatLiteLLMModelComponent to models package 2024-04-03 19:51:07 -03:00
Gabriel Luiz Freitas Almeida
38b14526b6 Update package versions in pyproject.toml 2024-04-03 18:46:11 -03:00
Gabriel Luiz Freitas Almeida
fba7ee1fd8 Update dependency version and fix encoding issues 2024-04-03 18:02:41 -03:00
Gabriel Luiz Freitas Almeida
f9db119931 Fix UnicodeDecodeError in DirectoryReader 2024-04-03 17:21:34 -03:00
Gabriel Luiz Freitas Almeida
96ae4da44f Update version numbers in pyproject.toml files 2024-04-03 16:49:56 -03:00
Gabriel Luiz Freitas Almeida
81757f006f Handle exception when loading components in setup.py 2024-04-03 16:47:37 -03:00
Gabriel Luiz Freitas Almeida
2f0ce80d19 Fix error handling in DirectoryReader class 2024-04-03 16:47:31 -03:00
Gabriel Luiz Freitas Almeida
0513b035af Update flow names in NewFlowModal and documentation 2024-04-03 16:29:18 -03:00
Gabriel Luiz Freitas Almeida
7e091a1633 Add datetime import and buffer for alembic log 2024-04-03 15:48:38 -03:00
Gabriel Luiz Freitas Almeida
d98410f90c Fix logging level and version display 2024-04-03 15:45:46 -03:00
Gabriel Luiz Freitas Almeida
43607488b2 Refactor reactflowUtils and styleUtils 2024-04-02 19:49:11 -03:00
Gabriel Luiz Freitas Almeida
7610fa2657 Remove unused imports and fix formatting issues 2024-04-02 19:49:06 -03:00
Gabriel Luiz Freitas Almeida
dc65f4681c Refactor APIRequest class and update model imports 2024-04-02 19:48:50 -03:00
anovazzi1
15a50458d2 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-04-02 19:19:52 -03:00
anovazzi1
258c31a5e4 fix bug on egdes after creating group component 2024-04-02 19:19:48 -03:00
Gabriel Luiz Freitas Almeida
95257fbead Remove unused import and update type hinting 2024-04-02 19:14:48 -03:00
Gabriel Luiz Freitas Almeida
3315308331 Add exception handling for missing 'content' field in search_with_vector_store method 2024-04-02 19:14:47 -03:00
anovazzi1
b780d2bd0f update position on langflow prompt chaining 2024-04-02 19:03:54 -03:00
Gabriel Luiz Freitas Almeida
f3476670cb Sort base classes alphabetically 2024-04-02 16:26:34 -03:00
Lucas Oliveira
b724864926 Added description to Blog Writer 2024-04-02 19:06:05 +02:00
anovazzi1
dbe067ec86 Add error handling on streaming and fix streaming bug on error 2024-04-02 13:19:14 -03:00
Gabriel Luiz Freitas Almeida
2e320bd9bb Delete start projects and commit session in delete_start_projects function 2024-04-02 11:54:47 -03:00
Gabriel Luiz Freitas Almeida
5f05ec9283 Update langflow-base version to 0.0.16 and update dependencies 2024-04-02 11:46:44 -03:00
Gabriel Luiz Freitas Almeida
7febdf376b Add Text import to VertexAiModel.py 2024-04-02 11:38:39 -03:00
Gabriel Luiz Freitas Almeida
b8191553d1 Update version numbers and remove unnecessary dependencies 2024-04-02 11:17:08 -03:00
Gabriel Luiz Freitas Almeida
830d063ca1 Delete unused files and components 2024-04-02 11:07:41 -03:00
Gabriel Luiz Freitas Almeida
de3cce67ab Add number_of_results parameter to vector search components 2024-04-02 02:23:15 -03:00
Gabriel Luiz Freitas Almeida
58851c09b9 Add number_of_results parameter to AstraDBSearchComponent 2024-04-02 01:41:16 -03:00
Gabriel Luiz Freitas Almeida
4643f283eb Update package versions in package-lock.json 2024-04-02 00:25:24 -03:00
Gabriel Luiz Freitas Almeida
affc5e0b8a Update authentication settings for access token cookie 2024-04-02 00:25:20 -03:00
Gabriel Luiz Freitas Almeida
eb6844ae03 Fix Ace not having type="module" and breaking build 2024-04-02 00:25:10 -03:00
Gabriel Luiz Freitas Almeida
767f3e6f66 Add logging statement to setup_app function 2024-04-02 00:11:55 -03:00
Gabriel Luiz Freitas Almeida
7c5506ff4c Update langflow-base to version 0.0.15 and fix setup_env script 2024-04-01 23:40:06 -03:00
Gabriel Luiz Freitas Almeida
8ed4b30e96 Update dependencies versions 2024-04-01 22:45:22 -03:00
cristhianzl
2468bd44c8 (NewFlowModal/index.tsx): update the name of the example from "Blog Writter" to "Blog Writer" for better consistency and clarity 2024-04-01 21:50:38 -03:00
Lucas Oliveira
4f0a7fa599 Fixed overflow at CodeTabsComponent tweaks page 2024-04-02 02:27:13 +02:00
Lucas Oliveira
9952d16071 Remove dead code at API Modal 2024-04-02 02:27:13 +02:00
Lucas Oliveira
42ea5c8e8e Fixed IO Modal updates 2024-04-02 02:27:13 +02:00
anovazzi1
15144a31d0 Refactor code to improve performance and readability 2024-04-01 21:20:23 -03:00
Gabriel Luiz Freitas Almeida
810d91a911 Update dependencies in poetry.lock and pyproject.toml 2024-04-01 21:07:02 -03:00
anovazzi1
7079c24262 Update embedded chat script URL 2024-04-01 21:03:56 -03:00
cristhianzl
efb2b249a1 (undrawCards/index.tsx): update the SVG used for BasicPrompt component to undraw_short_bio_re_fmx0.svg to match the desired design
♻️ (undrawCards/index.tsx): adjust the width and height of the BasicPrompt SVG to 65% to improve the visual appearance
2024-04-01 20:56:09 -03:00
cristhianzl
2adb0e5309 add padding to modal 2024-04-01 20:53:33 -03:00
cristhianzl
c88027dfe4 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-04-01 20:51:48 -03:00
cristhianzl
d3bb6a78cb general fixes 2024-04-01 20:51:23 -03:00