Commit graph

8,030 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
5ed7c4fbe1 Add nodeColors and nodeNames for models 2024-02-07 20:47:29 -03:00
Gabriel Luiz Freitas Almeida
db969dbed0 Add OpenAI model component to langflow 2024-02-07 20:47:24 -03:00
Gabriel Luiz Freitas Almeida
4bbe26fa65 Rename ChromaComponent to ChromaSearchComponent 2024-02-07 20:30:13 -03:00
Gabriel Luiz Freitas Almeida
26ae9efab3 Update ChromaComponent description and display name 2024-02-07 20:29:57 -03:00
Gabriel Luiz Freitas Almeida
cc5e491d8a Add PromptComponent to langflow prompts 2024-02-07 20:28:29 -03:00
Gabriel Luiz Freitas Almeida
1f5f5d7006 Add ChromaSearch component for implementing a Vector Store using Chroma 2024-02-07 19:42:47 -03:00
Gabriel Luiz Freitas Almeida
41ead835f0 Refactor file path handling in Vertex class 2024-02-07 19:13:55 -03:00
Gabriel Luiz Freitas Almeida
a2e0a6aed7 Refactor get_full_path method in CustomComponent 2024-02-07 19:13:49 -03:00
anovazzi1
de854325ed Fix message type conversion in newChatView component 2024-02-07 18:14:31 -03:00
Gabriel Luiz Freitas Almeida
52494fbf74 Update display name and return result as dictionary 2024-02-07 15:55:23 -03:00
Gabriel Luiz Freitas Almeida
5d7f00c5ad Add support for ChatVertex in _get_vertex_class() method 2024-02-07 15:31:36 -03:00
anovazzi1
36ccba9b78 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-02-07 15:30:28 -03:00
Gabriel Luiz Freitas Almeida
b79e4a1198 Remove unnecessary steps in AgentVertex and ChainVertex 2024-02-07 14:59:48 -03:00
Gabriel Luiz Freitas Almeida
b4012a80b2 Fix validationStatus data in GenericNode component 2024-02-07 14:59:39 -03:00
Gabriel Luiz Freitas Almeida
f01d8cf046 Refactor component name determination logic in directory_reader.py 2024-02-07 14:23:21 -03:00
Gabriel Luiz Freitas Almeida
dfae41cd45 Add AsyncStreamingLLMCallbackHandleSIO class 2024-02-07 14:07:27 -03:00
Gabriel Luiz Freitas Almeida
58ee61d0a2 Update schemas.py with serialization functions 2024-02-07 14:07:23 -03:00
Gabriel Luiz Freitas Almeida
0abeda51e9 Refactor _get_vertex_class method to handle node_base_type 2024-02-07 14:07:13 -03:00
Gabriel Luiz Freitas Almeida
350ce9ecb6 Update generate_result to use async/await 2024-02-07 14:07:08 -03:00
Gabriel Luiz Freitas Almeida
ee43952e42 Refactor invoke_lc_runnable function parameters 2024-02-07 14:07:02 -03:00
Gabriel Luiz Freitas Almeida
b32485a6fa Fix pydantic field serialization and error handling 2024-02-07 14:06:56 -03:00
Gabriel Luiz Freitas Almeida
05b088cdfe Add support for Text and Document inputs in RetrievalQAComponent 2024-02-06 23:11:41 -03:00
Gabriel Luiz Freitas Almeida
155a679a6d Add delete_credential endpoint to credential API 2024-02-06 17:31:51 -03:00
anovazzi1
d0a61fb084 Fix bug in login functionality***
***Update README with new instructions***

***Refactor code for better performance***

***Add new feature for user authentication***

***Fix formatting issues in code***

***Update dependencies to latest versions***

***Remove unused variables***

***Fix broken links in documentation***

***Add error handling for edge cases***

***Optimize database queries
2024-02-06 14:39:11 -03:00
anovazzi1
cdbc516b85 removed animated dash edge for text 2024-02-06 14:26:16 -03:00
Gabriel Luiz Freitas Almeida
6854c25dae Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-06 14:21:50 -03:00
Gabriel Luiz Freitas Almeida
e93c512f37
Merge branch 'main' into dev 2024-02-05 19:12:20 -03:00
Gabriel Luiz Freitas Almeida
c370dc87ca Update dependencies in pyproject.toml 2024-02-05 19:06:20 -03:00
Gabriel Luiz Freitas Almeida
392b81b519 Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
This reverts commit f3b3d2cf68.
2024-02-05 19:02:34 -03:00
Gabriel Luiz Freitas Almeida
d2bfd300a6
Release 0.6.5 (#1400)
This release:

- Adds Components from the Community
- Changes the state management to Zustand which simplifies many parts of
Langflow's frontend
- Migrates many components to CustomComponent to eventually put all
components in the same framework
- Fixes migration problems
2024-02-05 18:34:57 -03:00
Gabriel Luiz Freitas Almeida
7b5225f857
Merge branch 'main' into dev 2024-02-05 18:34:19 -03:00
anovazzi1
ee22000c52 Fix output type separator in GenericNode component 2024-02-05 18:33:11 -03:00
Gabriel Luiz Freitas Almeida
93e012e21a
Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" (#1398)
Reverts logspace-ai/langflow#1397
2024-02-05 18:29:48 -03:00
Gabriel Luiz Freitas Almeida
f3b3d2cf68
Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" 2024-02-05 18:29:03 -03:00
Gabriel Luiz Freitas Almeida
37a968efb0 Update version number in pyproject.toml 2024-02-05 18:27:34 -03:00
Gabriel Luiz Freitas Almeida
642e57d21e
Refactor state management to use Zustand, migrate components to CustomComponent and other fixes (#1397)
This release:

- Adds Components from the Community
- Changes the state management to Zustand which simplifies many parts of
Langflow's frontend
- Migrates many components to CustomComponent to eventually put all
components in the same framework
- Fixes migration problems
2024-02-05 18:22:19 -03:00
Gabriel Luiz Freitas Almeida
e5b4da8431
Merge branch 'main' into dev 2024-02-05 18:18:04 -03:00
Gabriel Luiz Freitas Almeida
1b867586c2 Update OpenAI models and options 2024-02-05 18:17:23 -03:00
Gabriel Luiz Freitas Almeida
bbf8b2ab0b Remove unnecessary "required" attribute from field_config in VectaraComponent 2024-02-05 17:53:15 -03:00
anovazzi1
6fcc754704 Update Playwright configuration and fix Select component 2024-02-05 17:32:43 -03:00
Gabriel Luiz Freitas Almeida
c2563f6832
Add RecursiveCharacterTextSplitter import and documentation link (#1396)
This pull request adds the import statement for
RecursiveCharacterTextSplitter and includes a documentation link for it
in the text_splitter module.
2024-02-05 17:02:20 -03:00
Gabriel Luiz Freitas Almeida
54190f09ba Add RecursiveCharacterTextSplitter documentation link 2024-02-05 16:28:50 -03:00
Gabriel Luiz Freitas Almeida
eb3a0d4bc4 Add RecursiveCharacterTextSplitter import 2024-02-05 16:28:13 -03:00
anovazzi1
8023332260
add vectara icon (#1389)
* adding vectara icon

* Add field_typing imports and source parameter to VectaraComponent

* Refactor Vectara imports and update dependencies

* Refactor VectaraSelfQueryRetriverComponent class and update field_config

* Remove None values and update template strings

* Add get_output_types_from_code method to DirectoryReader

* Refactor directory_reader.py and handle exception when getting output types from code

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
2024-02-02 18:01:29 -03:00
igorrCarvalho
f5cf73947c Remove console.log 2024-02-02 01:20:59 -03:00
igorrCarvalho
c33eec9c88 Feat: Make edges change color when hover it 2024-02-02 01:19:43 -03:00
anovazzi1
e195cb5eec fix(App.tsx): refactor the usage of useAlertStore to use the new removeFromTempNotificationList and tempNotificationList variables
fix(newChatView/index.tsx): remove console.log statement
fix(alertStore.ts): remove unused imports and refactor the usage of setErrorData, setNoticeData, and setSuccessData to update both notificationList and tempNotificationList
fix(types/zustand/alert/index.ts): add tempNotificationList variable and corresponding functions to clear and remove items from it
2024-02-01 21:02:39 -03:00
Gabriel Luiz Freitas Almeida
cd03b14743 Refactor error handling and remove duplicate code 2024-02-01 14:12:06 -03:00
Gabriel Luiz Freitas Almeida
4b9d402b71 Refactor async execution and add error handling 2024-02-01 14:11:34 -03:00
Gabriel Luiz Freitas Almeida
1934a77ffa Refactor power component to interface component 2024-02-01 14:01:41 -03:00