Gabriel Luiz Freitas Almeida
4a0324bc7f
🔥 chore(config.yaml): comment out DocArrayInMemorySearch vectorstore integration
...
ℹ️ The DocArrayInMemorySearch vectorstore integration is currently not supported due to compatibility issues with the required version of docarray. Commenting it out to prevent potential errors.
2023-07-11 09:03:28 -03:00
Cristhian Zanforlin Lousa
94b7002af4
🚀 feat(utils.ts): import HuggingFaceIcon from "./icons/HuggingFace" to use the HuggingFace icon in the application
2023-07-11 08:37:46 -03:00
Gabriel Luiz Freitas Almeida
8bca40e4af
Merge remote-tracking branch 'origin/dev' into form_io
2023-07-10 23:29:41 -03:00
Rodrigo Nader
0df969ac9d
Change chat disabled color
2023-07-10 22:58:27 -03:00
Cristhian Zanforlin Lousa
dccf83ff17
Merge branch 'form_io' of https://github.com/logspace-ai/langflow into form_io
2023-07-10 22:55:49 -03:00
Lucas Oliveira
49de361b21
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 22:55:54 -03:00
Cristhian Zanforlin Lousa
cf278a4c74
merge fix
2023-07-10 22:55:42 -03:00
anovazzi1
786d089eb3
Merge branch 'form_io' of personal:logspace-ai/langflow into form_io
2023-07-10 22:55:17 -03:00
Lucas Oliveira
9331c9b9c0
Fix copy paste on text area
2023-07-10 22:54:50 -03:00
anovazzi1
51c3bf3b8f
fix dark mode for connections
2023-07-10 22:54:06 -03:00
Lucas Oliveira
9c1115b512
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 22:45:47 -03:00
Lucas Oliveira
d809919084
Fixed node text selecting when selecting nodes
2023-07-10 22:44:48 -03:00
Cristhian Zanforlin Lousa
d2f28dee6b
🐛 fix(parameterComponent): add refNumberComponents to keep track of the number of components
...
🐛 fix(parameterComponent): change text-destructive class to text-status-red for better semantics
🐛 fix(ModalField): change text-destructive class to text-status-red for better semantics
🐛 fix(codeAreaModal): change text-destructive class to text-status-red for better semantics
2023-07-10 22:43:34 -03:00
Gabriel Luiz Freitas Almeida
a90c9fbd34
🐛 fix(loading.py): replace spaces with underscores in tool names to improve consistency and avoid issues
...
🐛 fix(base.py): catch and log exceptions when fixing memory inputs to prevent crashes
🐛 fix(process.py): check if memory_key attribute exists before accessing it to prevent AttributeError
🐛 fix(memories.py): hide memory_key field for ConversationEntityMemory to improve user experience
2023-07-10 22:42:44 -03:00
Lucas Oliveira
70ea71e40a
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 22:39:47 -03:00
Lucas Oliveira
9726b5cce5
Deleted unused code
2023-07-10 22:38:44 -03:00
anovazzi1
93ab5b115c
Merge branch 'form_io' of personal:logspace-ai/langflow into form_io
2023-07-10 22:35:09 -03:00
anovazzi1
c0aa19c47e
removed console.log
2023-07-10 22:34:10 -03:00
Lucas Oliveira
4e8ee49c96
Codacy fixes
2023-07-10 22:32:57 -03:00
Gabriel Luiz Freitas Almeida
c77674b171
🐛 fix(chains.py): hide the "verbose" field in the frontend node template to improve user experience
2023-07-10 21:32:43 -03:00
anovazzi1
5d2b8425ba
Merge branch 'form_io' of personal:logspace-ai/langflow into form_io
2023-07-10 20:45:02 -03:00
Igor Carvalho
bc26d65582
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 20:36:28 -03:00
Igor Carvalho
657c64b5b9
style(codeAreaComponent && promptAreaComponent): Change disabled inputs border and placeholder color
2023-07-10 20:35:15 -03:00
Lucas Oliveira
3285aa5cc3
Fixed scroll glitch on code block
2023-07-10 20:19:38 -03:00
Lucas Oliveira
d0be105055
Fixed code area saving when not supposed to
2023-07-10 19:48:04 -03:00
Lucas Oliveira
07e6b137c4
Fixed display prompt showing when there is no template
2023-07-10 19:45:12 -03:00
Igor Carvalho
e438f5a2a6
refactor(parameterComponent): Make modal disabled inputs look like other disabled inputs
2023-07-10 19:35:54 -03:00
anovazzi1
6b17215a7b
removing edges after remove handle on prompt
2023-07-10 19:34:19 -03:00
Lucas Oliveira
46e59a31d8
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 19:26:15 -03:00
Lucas Oliveira
20644a83bc
Added placeholder message when a chat key does not exist
2023-07-10 19:24:02 -03:00
anovazzi1
b6aa4d9449
Merge branch 'form_io' of personal:logspace-ai/langflow into form_io
2023-07-10 18:46:52 -03:00
anovazzi1
af41be13a6
update template bug
2023-07-10 18:46:22 -03:00
Gabriel Luiz Freitas Almeida
7b2db83033
🐛 fix(tools.py): add "BaseTool" as a base class for PythonFunctionToolNode to fix inheritance issue
2023-07-10 18:43:08 -03:00
Igor Carvalho
9df88167c2
style(index.css): Change tailwind default colors to langflow colors and add user and bot color icons
2023-07-10 18:42:32 -03:00
anovazzi1
be62e15969
Merge branch 'form_io' of personal:logspace-ai/langflow into form_io
2023-07-10 18:10:43 -03:00
anovazzi1
86bdec36e6
new function to clean invalid edges of a flow
2023-07-10 18:10:11 -03:00
Gabriel Luiz Freitas Almeida
cd9fc3a2e4
🐛 fix(loading.py): fix conditional statement for instantiating prompt objects based on node_type
...
✨ feat(loading.py): improve formatting of input variables for prompt objects
2023-07-10 17:50:33 -03:00
Gabriel Luiz Freitas Almeida
00c1734fb8
🐛 fix(chat.py): fix the issue where the params variable is not converted to a string before slicing it in the log message to avoid TypeError
2023-07-10 17:50:32 -03:00
Gabriel Luiz Freitas Almeida
2cb8452968
🐛 fix(types.py): refactor _built_object_repr method in PromptVertex to improve readability and handle edge cases
2023-07-10 17:50:31 -03:00
Igor Carvalho
965d6cf5bc
style(index.css): Remove unnecessary dark classes
2023-07-10 17:50:17 -03:00
Lucas Oliveira
ba61b0e9e0
Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
2023-07-10 16:44:52 -03:00
Lucas Oliveira
7bfe0c88c1
Fixed and added conditions to flows without chat
2023-07-10 16:42:41 -03:00
Cristhian Zanforlin Lousa
7cded3898e
Merge branch 'form_io' of https://github.com/logspace-ai/langflow into form_io
2023-07-10 16:41:29 -03:00
Cristhian Zanforlin Lousa
5d42acf28d
🐛 fix(utils.ts): add optional chaining to reactFlowInstance.getNode() to handle cases where reactFlowInstance is null or undefined
2023-07-10 16:41:23 -03:00
Gabriel Luiz Freitas Almeida
43e69f1f45
🐛 fix(types.py): fix variable name in format method to correctly reference the 'artifacts' variable
2023-07-10 16:29:39 -03:00
Lucas Oliveira
e020e23124
Fixed tooltip not being at the top of all nodes
2023-07-10 16:20:18 -03:00
Lucas Oliveira
6b3fcd5608
format
2023-07-10 16:00:12 -03:00
Lucas Oliveira
f035be88e4
Fixed bug where we cannot create new flow when we build a flow
2023-07-10 15:59:38 -03:00
Gabriel Luiz Freitas Almeida
eecefdb235
🐛 fix(formModal): handle case when chatKey is undefined to prevent error
2023-07-10 15:47:02 -03:00
Cristhian Zanforlin Lousa
8b77cf5504
Merge branch 'form_io' of https://github.com/logspace-ai/langflow into form_io
2023-07-10 15:17:21 -03:00