ogabrielluiz
c04cdb3412
refactor: Update ChatLiteLLMModelComponent to use Message from langflow.schema.message
2024-06-18 15:00:19 -03:00
ogabrielluiz
584cd59961
Merge remote-tracking branch 'origin/dev' into two_edges
2024-06-18 14:51:19 -03:00
ogabrielluiz
549b420545
refactor: Add method to get root of group node in Graph class
2024-06-18 14:10:40 -03:00
anovazzi1
30ee9d1809
Merge branch 'two_edges' of personal:langflow-ai/langflow into two_edges
2024-06-18 13:30:03 -03:00
anovazzi1
836e874f22
make all table texts clicable
2024-06-18 13:29:18 -03:00
ogabrielluiz
db67e72755
refactor: Handle different types of component_instance status in schema.py
2024-06-18 13:22:53 -03:00
ogabrielluiz
fc2f721312
♻️ (OpenAIModel.py): refactor code to handle empty output_schema list and prevent TypeError when reducing it to a dictionary
2024-06-18 13:07:52 -03:00
ogabrielluiz
d4ae7035a1
refactor: Simplify retrieving messages as text in MemoryComponent
2024-06-18 13:07:52 -03:00
anovazzi1
cc7a08c52a
Merge branch 'two_edges' of personal:langflow-ai/langflow into two_edges
2024-06-18 13:04:45 -03:00
anovazzi1
b46d68ebc5
fix group shortcut
2024-06-18 13:04:24 -03:00
ogabrielluiz
ba354ae119
♻️ (schema.py): refactor code to handle different types of component_instance status and retrieve output results accordingly
2024-06-18 12:59:10 -03:00
ogabrielluiz
ccf63c98ff
🐛 (Chroma.py): Fix passing limit parameter to chroma_collection_to_data method to correctly retrieve data from Chroma vector store
2024-06-18 12:58:45 -03:00
Rodrigo
24c5275899
refactor: Add SelectivePassThroughComponent to experimental components and update ChromaVectorStoreComponent
2024-06-18 12:55:50 -03:00
anovazzi1
6953b73d1f
refactor: Update TextModal component to include icon and improve header description
2024-06-18 12:48:50 -03:00
anovazzi1
100f06965b
update textView
2024-06-18 12:38:18 -03:00
cristhianzl
05f18ddfa8
fix download button not appearing
2024-06-18 12:15:00 -03:00
Rodrigo
a99f2b4365
refactor: Update ParseDataComponent to include a separator option
2024-06-18 11:54:04 -03:00
ogabrielluiz
e1f96dfb1f
refactor: Simplify build_logs method in schema.py
2024-06-18 11:52:33 -03:00
ogabrielluiz
64584e98f4
refactor: Update ChromaVectorStoreComponent to use DropdownInput for search type
2024-06-18 11:39:04 -03:00
italojohnny
0b61eb2700
split long string into two shorter strings
2024-06-18 11:21:08 -03:00
italojohnny
9f7963135b
add more details to captured exception
2024-06-18 11:21:03 -03:00
anovazzi1
e7c273cc76
update colors
2024-06-18 11:18:43 -03:00
ogabrielluiz
9e571601de
update projects
2024-06-18 11:09:55 -03:00
ogabrielluiz
f5a150aa13
♻️ (Prompt.py): refactor build_prompt method by simplifying the code and separating concerns
2024-06-18 11:09:44 -03:00
ogabrielluiz
89f5df05e6
refactor: Update from_template_and_variables method signature in Message class
2024-06-18 11:09:06 -03:00
ogabrielluiz
f42cc0ebf1
refactor: Update order value in MemoryComponent
2024-06-18 11:03:25 -03:00
Rodrigo
cde1e6a3d2
refactor: Update default prompt input types in PromptField
2024-06-18 10:59:30 -03:00
Rodrigo
1ae1410a30
Add conditional router
2024-06-18 10:58:13 -03:00
ogabrielluiz
482af9384a
refactor: Return updated prompt in PromptComponent
2024-06-18 10:51:18 -03:00
anovazzi1
070cbfbb88
remove console.log
2024-06-18 10:48:55 -03:00
anovazzi1
57aa4d744c
update new logs format
2024-06-18 10:48:55 -03:00
ogabrielluiz
b848eb7688
update projects
2024-06-18 10:37:05 -03:00
ogabrielluiz
d9034eb625
refactor: Improve build_logs function to handle multiple log items
2024-06-18 10:37:05 -03:00
ogabrielluiz
a5f8425345
docs: add docstrings to inputs
2024-06-18 10:37:04 -03:00
ogabrielluiz
cff80d65b3
Refactor vector search components to use updated vector store model
2024-06-18 10:37:04 -03:00
ogabrielluiz
33af41d328
refactor: Improve useValidationStatusString hook to handle multiple log items
2024-06-18 10:37:04 -03:00
italojohnny
9d669a8e67
fix log error
2024-06-18 10:29:04 -03:00
italojohnny
c8f29d0f02
move function call
2024-06-18 03:13:09 -03:00
italojohnny
1c8394e412
change log attribute typing
2024-06-18 03:13:09 -03:00
italojohnny
a67fbf90f0
enhance the build_logs function
2024-06-18 03:13:09 -03:00
igorrCarvalho
00908fbc8f
Fix: playground input locking forever if getVerticesOrder return an error
2024-06-18 01:44:48 -03:00
ogabrielluiz
c43d62cbd2
move data folder
2024-06-18 00:20:12 -03:00
ogabrielluiz
18e5766273
refactor: Remove unused code and imports in OpenAIModel.py
2024-06-18 00:18:19 -03:00
ogabrielluiz
aa1d32bc95
update projects
2024-06-18 00:15:07 -03:00
ogabrielluiz
4b71295caf
refactor: Update RedisCache to use AsyncInMemoryCache as fallback when Redis cache is not connected
2024-06-18 00:14:31 -03:00
ogabrielluiz
515fe5638f
📝 (base.py): refactor Graph class serialization to include necessary attributes and handle run_manager properly
...
📝 (utils.py): rename build_and_cache_graph_from_db to build_graph_from_db for clarity and consistency
📝 (chat.py): update function calls to use the new build_graph_from_db function name
📝 (runnable_vertices_manager.py): add serialization methods to RunnableVerticesManager class
📝 (vertex.py): improve Vertex class serialization for better handling of internal attributes
2024-06-18 00:14:31 -03:00
ogabrielluiz
f49ebe5f9b
refactor: Update OpenAIModelComponent to support JSON mode with schema
2024-06-18 00:14:31 -03:00
Lucas Oliveira
84c1320c82
Added help buttons and icons to image menu
2024-06-18 00:11:13 -03:00
Lucas Oliveira
6c3956987d
Added w-full on input list component
2024-06-17 23:49:15 -03:00
Lucas Oliveira
328e214a0f
Fixed styling on components changed by the icons-parameters-comp class
2024-06-17 23:46:36 -03:00