Gabriel Luiz Freitas Almeida
|
aa95686470
|
Refactor import statement in types.py
|
2024-02-26 16:27:36 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5cbeb8abb1
|
add or remove new edges
|
2024-02-26 16:27:35 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d7f1a5cc8c
|
Add "retriever" input to the build method
|
2024-02-26 16:27:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
66b0a9046f
|
Fix ChromaComponent to use embedding correctly
|
2024-02-26 16:27:32 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5785f692ec
|
Remove unused code in WrapperCreator class
|
2024-02-26 15:51:58 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1f9a559483
|
Remove combine_documents_chain from RetrievalQAWithSourcesChainComponent
|
2024-02-26 15:04:20 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
b2edc81a80
|
Refactor string decoding in Vertex class
|
2024-02-26 15:03:57 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
64c7ef37ad
|
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
|
2024-02-26 13:56:56 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
29318decec
|
Remove prompt_creator
|
2024-02-26 13:30:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
506097ec74
|
Delete PromptRunner component
|
2024-02-26 13:30:28 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ae629a528c
|
Add edges validation
|
2024-02-26 13:25:57 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1c0cf20830
|
Remove unused import and class variable in base.py
|
2024-02-26 13:25:32 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d6cdb3eb96
|
Add SQLDatabaseChain and SQLGenerator components
|
2024-02-26 13:23:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
951384284d
|
Refactor AzureChatOpenAI components and update documentation links
|
2024-02-26 10:45:50 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
521bdf9f7d
|
Set display_name and use it in exception
|
2024-02-26 10:44:18 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ec6c00838d
|
Refactor CustomComponent class and add new methods
|
2024-02-26 09:52:06 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c1a228fe6c
|
Refactor RetrievalQAWithSourcesChainComponent class
|
2024-02-26 09:51:46 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0387de2dd2
|
Refactor RetrievalQAComponent to include source documents in the returned result
|
2024-02-26 09:51:41 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ad68e3e41f
|
Refactor LLMChainComponent to return the result of invoking the runnable
|
2024-02-26 09:50:39 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
397ad8d0d1
|
Add GatherRecordsComponent and remove DirectoryLoaderComponent
|
2024-02-25 23:15:48 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
41493db4f3
|
Update import statement in DocumentToRecord.py
|
2024-02-25 23:15:48 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
20890d511a
|
Add support for .mdx file format in FileLoaderComponent
|
2024-02-25 23:15:47 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
06a68d7ea3
|
Fix module not found error in validate.py
|
2024-02-25 23:15:46 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
b083d520c9
|
Update embeddings and retrievers components
|
2024-02-25 23:15:45 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
657020e839
|
Update default and allowed file types for UnstructuredMarkdownLoader
|
2024-02-25 23:15:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5e35d8a04e
|
Add field validator for file_types in TemplateField class
|
2024-02-25 23:15:43 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
6703880dbf
|
Update TemplateField title_case default value
|
2024-02-25 23:15:42 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4100266aa6
|
Add DocumentToRecordComponent to convert documents to records
|
2024-02-25 23:15:41 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4a6e15533e
|
Update LLMS references to Models and Specs
|
2024-02-25 18:06:33 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
85a3f444dd
|
Add ShouldRunNext component
|
2024-02-25 12:33:53 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
042ea07977
|
Refactor TextInput and add TextOutput component
|
2024-02-25 12:33:29 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
9a4acbffa3
|
Refactor user CRUD imports and add comments about secret key
|
2024-02-25 12:19:39 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4aefcb03a7
|
Reorder Vertex class assignment
|
2024-02-25 12:17:47 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ed66136f85
|
Refactor ChatVertex to support message streaming
|
2024-02-23 19:15:43 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
a8e27bac6d
|
Refactor ContractEdge log_transaction method
|
2024-02-23 19:15:16 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4d48805e49
|
Add SSE endpoint for streaming vertex build
|
2024-02-23 19:14:48 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
6817651172
|
Add flow_id parameter to Graph.from_payload() method
|
2024-02-23 19:14:12 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
bd0e5694da
|
Update base_type in RoutingVertex constructor
|
2024-02-23 10:10:19 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
756a2ea81b
|
Add ShouldRunNext component to langflow routing
|
2024-02-23 10:09:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3778301762
|
Refactor graph constants and update vertex types
|
2024-02-23 10:09:18 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ca749746ad
|
Refactor vertex type lookup logic in Graph class
|
2024-02-23 10:08:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
50917619f5
|
Move set cache to the end
|
2024-02-23 10:03:42 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
afca7dc954
|
Refactor GoogleSerperAPIWrapperComponent class in GoogleSerperAPIWrapper.py
|
2024-02-22 23:51:38 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
baf5ffb13c
|
Add inactive_vertices attribute and related methods to Graph class
|
2024-02-22 23:38:19 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
958dad8c8f
|
Add support for inactive vertices in VertexBuildResponse
|
2024-02-22 23:37:56 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
96f1cc1e59
|
Set result to None if condition fails
|
2024-02-22 23:37:19 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
75ee16acb0
|
Refactor RoutingVertex to handle missing condition and result values
|
2024-02-22 23:36:02 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
dcf71b7bdf
|
Add VertexStates enum and set_state method
|
2024-02-22 23:35:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
b26797c0fd
|
Conditionally return inactive_vertices
|
2024-02-22 23:34:45 -03:00 |
|
igorrCarvalho
|
e662932156
|
Refactor: Remove persist from Chroma docstring
|
2024-02-22 22:17:47 -03:00 |
|