Gabriel Almeida
|
fc007e4349
|
Merge remote-tracking branch 'origin/dev' into streaming
|
2023-05-10 11:19:04 -03:00 |
|
Gabriel Almeida
|
81f6382b40
|
Merge remote-tracking branch 'origin/chatUpdate' into streaming
|
2023-05-10 11:01:08 -03:00 |
|
dataman
|
67db4ba69c
|
change line endings to linux. the other way was not wokring consistantly
|
2023-05-10 10:34:17 +00:00 |
|
dataman
|
858d84e2a2
|
change line endings to linux.
|
2023-05-10 10:34:17 +00:00 |
|
anovazzi1
|
eb4ebc4b3d
|
first version image
|
2023-05-09 22:29:31 -03:00 |
|
anovazzi1
|
08dacd7042
|
handle files on end
|
2023-05-09 20:07:48 -03:00 |
|
anovazzi1
|
5c2c9b943b
|
fancy code block implemmented
|
2023-05-09 19:33:44 -03:00 |
|
anovazzi1
|
4ca064ebdc
|
fixed duplicated message
|
2023-05-09 18:02:43 -03:00 |
|
anovazzi1
|
bb5dae166f
|
added markdown github extension and latex sintax to the user message
|
2023-05-09 17:31:56 -03:00 |
|
anovazzi1
|
aafb14add3
|
added markdown github extension and latex sintax to the chat
|
2023-05-09 17:31:30 -03:00 |
|
anovazzi1
|
702834731d
|
Merge branch 'streaming' into chatUpdate
|
2023-05-09 17:12:44 -03:00 |
|
Gabriel Almeida
|
2c836c1950
|
fix: remove snake to normal case from export flow
|
2023-05-09 13:19:53 -03:00 |
|
Gabriel Almeida
|
956b28b6e9
|
refactor(chatModal): add condition to concatenate message string only if end is false
|
2023-05-09 11:52:01 -03:00 |
|
anovazzi1
|
7f162789a1
|
improve on markdwon, but image from bot is comming as code block
|
2023-05-08 18:16:51 -03:00 |
|
Gabriel Almeida
|
3a412510d8
|
Merge branch 'chatUpdate' of https://github.com/logspace-ai/langflow into streaming
|
2023-05-08 15:40:28 -03:00 |
|
anovazzi1
|
055b68a2a2
|
basic markdown implemented
|
2023-05-08 15:15:22 -03:00 |
|
Gabriel Almeida
|
234358bc6e
|
fix: if streaming did not work, get message from end
|
2023-05-06 08:28:54 -03:00 |
|
anovazzi1
|
88c5cd9147
|
added stream thought
|
2023-05-05 19:06:07 -03:00 |
|
anovazzi1
|
7f9651a305
|
fixed onClose method websocket, streaming for text working
|
2023-05-05 18:49:00 -03:00 |
|
anovazzi1
|
8758dd85d5
|
fixed double ws bug
|
2023-05-05 12:42:59 -03:00 |
|
anovazzi1
|
4c2f3b80dc
|
update ws error handle
|
2023-05-04 19:25:24 -03:00 |
|
anovazzi1
|
52df6d9152
|
removed console.log and fixed onDeleteBug
|
2023-05-04 02:14:36 +00:00 |
|
anovazzi1
|
25da8d89e6
|
bug for multiple selection on mac fix
|
2023-05-04 02:14:36 +00:00 |
|
anovazzi1
|
e2c8dfab2f
|
Merge branch 'dev' into uiImprovements
|
2023-05-02 22:52:57 -03:00 |
|
anovazzi1
|
6cf9611818
|
logspace reference ui update
|
2023-05-02 22:50:47 -03:00 |
|
anovazzi1
|
a8406472fb
|
removed console.log
|
2023-05-02 22:45:44 -03:00 |
|
anovazzi1
|
a9d8c6fcb3
|
fomrated code
|
2023-05-02 23:23:36 +00:00 |
|
anovazzi1
|
83b3347fc5
|
fixed AutoUpdate for each node
|
2023-05-02 23:23:36 +00:00 |
|
anovazzi1
|
7f993ea908
|
fixed outside click on alert popup
|
2023-05-02 19:54:05 -03:00 |
|
anovazzi1
|
6608ec8ab7
|
added kebab case filter
|
2023-05-02 19:24:56 -03:00 |
|
anovazzi1
|
6c36545f98
|
fixed password visible
|
2023-05-02 19:03:21 -03:00 |
|
Gabriel Almeida
|
1813befde1
|
fix(inputComponent): add missing space in className prop
fix(inputComponent): add missing space in password class name
|
2023-05-02 18:50:21 -03:00 |
|
Gabriel Almeida
|
1b6e61d3cb
|
style(inputComponent): fix indentation and spacing in InputComponent component
|
2023-05-02 18:46:41 -03:00 |
|
Gabriel Almeida
|
e27f6d5d7d
|
fix: updateObject order was incorrect
Fixes Tool nodes are not loaded correctly. #228
|
2023-05-02 17:24:08 -03:00 |
|
Gabriel Almeida
|
ed5fd7f862
|
feat(GenericNode): add debounced validation of node on change to improve performance and user experience
feat(utils.ts): add debounce function to debounce function calls
|
2023-05-02 16:54:40 -03:00 |
|
CodeAunt
|
5f796368ac
|
add view button for password input field
|
2023-05-02 18:48:30 +00:00 |
|
codeaunt
|
df611b6782
|
disable password copy
|
2023-05-02 18:48:30 +00:00 |
|
Gabriel Almeida
|
9ffa88a773
|
feat(chatModal): add support for secure websockets (wss) in production environment
|
2023-05-02 15:04:01 -03:00 |
|
Gabriel Almeida
|
385de55c92
|
fix(chatModal): change wss to ws in production environment WebSocket URL
Probable fix to #232
|
2023-05-02 10:40:16 -03:00 |
|
anovazzi1
|
b25135fae2
|
fix bug on import from local
|
2023-04-29 17:18:51 -03:00 |
|
anovazzi1
|
e87749d966
|
updade package.json and removed debounce
|
2023-04-29 01:29:15 -03:00 |
|
anovazzi1
|
8a169c9782
|
merged chat_and_cache into dev
|
2023-04-29 01:26:44 -03:00 |
|
anovazzi1
|
b206a5bbe5
|
Merge branch 'dev' into autoUpdateNodes
|
2023-04-29 01:07:03 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
eebe5d3643
|
Merge branch 'dev' into autoUpdateNodes
|
2023-04-29 03:53:34 +00:00 |
|
anovazzi1
|
93b5a8e327
|
sorted side bar
|
2023-04-28 23:53:37 -03:00 |
|
anovazzi1
|
3995a8bd5a
|
Merge branch 'chat_and_cache' of personal:logspace-ai/langflow into chat_and_cache
|
2023-04-28 23:42:06 -03:00 |
|
anovazzi1
|
cccf992786
|
update thought icon for dark mode
|
2023-04-28 23:41:49 -03:00 |
|
Gabriel Almeida
|
5aa71e83fb
|
chore(frontend): update backend proxy to use container name instead of IP address
|
2023-04-28 23:33:49 -03:00 |
|
anovazzi1
|
d4d8418c13
|
dark mode fixed on chat
|
2023-04-28 23:10:46 -03:00 |
|
anovazzi1
|
f97586813c
|
fixed validation
|
2023-04-28 23:03:13 -03:00 |
|