Gabriel Luiz Freitas Almeida
92ceaa7e19
Update input_value type to Text
2024-02-28 21:38:41 -03:00
Gabriel Luiz Freitas Almeida
4460c6e13c
Add dependencies and fix typing in callback.py, ConversationChain.py, constants.py, and custom_component.py
2024-02-28 21:06:25 -03:00
Gabriel Luiz Freitas Almeida
0c24390d9a
Comment out tests until fixed
2024-02-28 20:32:44 -03:00
Gabriel Luiz Freitas Almeida
e6e063f84f
Refactor build_custom_component_template function
2024-02-28 20:32:26 -03:00
Gabriel Luiz Freitas Almeida
6ab64e0963
Update display_name fallback in Vertex class
2024-02-28 20:32:17 -03:00
Gabriel Luiz Freitas Almeida
f86f6e6281
Fix import errors and type annotations
2024-02-28 20:15:33 -03:00
Gabriel Luiz Freitas Almeida
3c9f2a0e8c
Add empty documents list to MongoDBAtlasVectorSearch.py and update display name in QdrantSearch.py
2024-02-28 20:15:32 -03:00
Gabriel Luiz Freitas Almeida
44642b5a0e
Update code with new typings and bug fixes
2024-02-28 20:15:31 -03:00
Gabriel Luiz Freitas Almeida
23fbb18846
Refactor code to improve performance and readability
2024-02-28 20:15:30 -03:00
igorrCarvalho
25d3b96600
Remove console.log
2024-02-28 18:10:48 -03:00
igorrCarvalho
0e55a4f8c8
Feat: add shortcut to open code modal (Ctrl shift C)
2024-02-28 18:09:06 -03:00
anovazzi1
f7fbf14659
Add Supabase icon to search component
2024-02-28 18:04:28 -03:00
anovazzi1
706e80aeed
Add icons to Vectara and Weaviate components
2024-02-28 18:01:36 -03:00
anovazzi1
59db705a19
Add VertexAI icon to ChatVertexAI and VertexAI components
2024-02-28 17:59:43 -03:00
anovazzi1
fa6ff41788
Add icon to QdrantComponent and QdrantSearchComponent
2024-02-28 17:55:20 -03:00
anovazzi1
0dc45c3c50
Add HuggingFace icon to components
2024-02-28 17:54:08 -03:00
anovazzi1
ddaa9a2c8c
Add icon to model specs classes
2024-02-28 17:50:54 -03:00
anovazzi1
72a0eec572
Add MongoDB icon to MongoDBAtlasComponent and styleUtils
2024-02-28 17:47:55 -03:00
anovazzi1
4fea0d4b13
Add icon to CohereComponent
2024-02-28 17:44:43 -03:00
anovazzi1
907300881b
Update Amazon icons in code
2024-02-28 17:41:17 -03:00
anovazzi1
b25d5b4a5b
Add Google icon to components
2024-02-28 17:38:08 -03:00
anovazzi1
795068b4a4
Add OpenAI icon to ConversationalAgent and ChatOpenAIComponent
2024-02-28 17:32:52 -03:00
Gabriel Luiz Freitas Almeida
a7de13ab85
Remove max_overflow from create_engine
2024-02-28 16:16:29 -03:00
Lucas Oliveira
2670da5ba8
Fix build not working when building at node
2024-02-28 18:11:01 +01:00
Gabriel Luiz Freitas Almeida
63ed8c324b
Fix handling of empty new_params in update_raw_params() method
2024-02-28 13:42:19 -03:00
Gabriel Luiz Freitas Almeida
9cada18943
Add optional typing for List in GatherRecordsComponent
2024-02-28 13:41:04 -03:00
Gabriel Luiz Freitas Almeida
fdba9ebd99
Update sender options in MessageHistoryComponent
2024-02-28 13:40:28 -03:00
Gabriel Luiz Freitas Almeida
533a1ef925
Fix error logging in build_vertex function
2024-02-28 13:40:17 -03:00
Gabriel Luiz Freitas Almeida
63a79b9106
Fix condition to update params in Vertex class
2024-02-28 13:40:08 -03:00
Lucas Oliveira
0c6d40d207
Fix vertices being executed when sending message
2024-02-28 17:30:19 +01:00
Lucas Oliveira
04bbf4eaf0
Made vertices be retrieved when opening chat or when changing anything. Added chat input in request.
2024-02-28 17:20:57 +01:00
Gabriel Luiz Freitas Almeida
11bf5ee460
Refactor build_vertex function to handle inputs dictionary correctly
2024-02-28 11:07:16 -03:00
Gabriel Luiz Freitas Almeida
f09ebeba34
Add support for input values in build_vertex API
2024-02-28 11:03:55 -03:00
Gabriel Luiz Freitas Almeida
8aaa0ee91a
Refactor directory_reader utils.py
2024-02-28 10:37:13 -03:00
Gabriel Luiz Freitas Almeida
5c210f609e
Refactor get_files to exclude folders inside the component path
2024-02-28 10:37:01 -03:00
Cristhian Zanforlin Lousa
c348b4204a
Change the color on str output, change X icon on Notification tab, change the icon on nodeToolbar (Code) ( #1473 )
...
* 🐛 fix(GenericNode): simplify return statement for build status classes to improve code readability
🔥 chore(GenericNode): remove console.log statement used for debugging
🔥 chore(alertDropDown): remove unused import
🔥 chore(nodeToolbarComponent): remove unused import
🔥 chore(styleUtils): remove unused color definition
* 🎨 style(styleUtils.ts): update color for 'str' key in nodeColors object to match the color used in other keys
* 🔥 refactor(GenericNode/index.tsx): remove unnecessary console.log statement for data.node?.template
2024-02-28 10:29:52 -03:00
Gabriel Luiz Freitas Almeida
914fa0699f
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-02-28 10:08:18 -03:00
Gabriel Luiz Freitas Almeida
109b5c8690
Remove unused chat and prompt classes ( #1474 )
2024-02-28 10:02:00 -03:00
Cristhian Zanforlin Lousa
43b3b082a5
Fix vectara resolution error ( #1475 )
...
* add new vectara icon
* remove console.log
2024-02-28 10:01:09 -03:00
Gabriel Luiz Freitas Almeida
609744332d
Add linting and testing workflows for backend code ( #1478 )
...
* Add paths to trigger workflow on specific file changes
* Add linting workflow for backend code
2024-02-28 09:57:41 -03:00
Gabriel Luiz Freitas Almeida
9d7f3dda5e
Refactor vector store components
2024-02-28 09:20:54 -03:00
Lucas Oliveira
acc43aebb9
Fix name of template field on message
2024-02-28 13:08:57 +01:00
Gabriel Luiz Freitas Almeida
436966c5d6
Add FAISSSearchComponent and PGVectorSearchComponent
2024-02-28 00:24:55 -03:00
Gabriel Luiz Freitas Almeida
da3382bbd3
Refactor FAISSComponent to save FAISS index locally
2024-02-28 00:24:29 -03:00
Gabriel Luiz Freitas Almeida
796c842815
Refactor ChromaSearchComponent to inherit from LCVectorStoreComponent
2024-02-28 00:24:24 -03:00
Gabriel Luiz Freitas Almeida
ca6baaa0c5
Add docstring to search_with_vector_store method
2024-02-28 00:24:18 -03:00
Gabriel Luiz Freitas Almeida
257721f864
Add LCVectorStoreComponent to langflow components
2024-02-28 00:12:04 -03:00
Gabriel Luiz Freitas Almeida
c6b837380b
Update model components
2024-02-27 23:48:53 -03:00
Gabriel Luiz Freitas Almeida
6dcad54a38
Add LCModelComponent class to base/model.py
2024-02-27 23:48:36 -03:00
Gabriel Luiz Freitas Almeida
2b556d5fb3
Add base chat component for chat input and output
2024-02-27 23:48:04 -03:00