Commit graph

3,343 commits

Author SHA1 Message Date
Lucas Oliveira
d2127acf04 Fixed adding more than one chat input 2024-02-29 22:27:07 +01:00
anovazzi1
1a0d9f3077
Add new Icons - Postgres, Redis, Azure IA, Ollama (#1481) 2024-02-29 17:28:42 -03:00
anovazzi1
02b1f89555 Add Azure icon to AzureOpenAIEmbeddingsComponent and AzureChatOpenAISpecsComponent 2024-02-29 17:28:09 -03:00
Lucas Oliveira
8a8f27f5dc fixed position of info 2024-02-29 20:41:49 +01:00
Lucas Oliveira
88fb95014f Added ID on tooltip 2024-02-29 20:35:37 +01:00
Lucas Oliveira
5188dacfed Fixed tooltip 2024-02-29 20:35:01 +01:00
Lucas Oliveira
9d5faaf3c2 Added name changing 2024-02-29 20:33:30 +01:00
Gabriel Luiz Freitas Almeida
8e6c38f195 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-29 16:21:23 -03:00
cristhianzl
1eacfc4971 add azure icon 2024-02-29 16:08:30 -03:00
Gabriel Luiz Freitas Almeida
ba23f93463
Refactor code and fix database issues (#1484)
* Refactor chat.py for improved readability and maintainability

* Add imports and fix formatting issues

* Refactor database connection in Alembic env.py

* Add nullable columns to tables and fix foreign key constraint

* Update sqlalchemy logging level to DEBUG in alembic.ini

* Add connection and inspector objects for database reflection

* Refactor alembic initialization and migration process

* Refactor version option in main_entry_point function

* Remove pre-commit hook and format code

* Fix database inspector type hinting

* Add unique constraints and fix credential table
2024-02-29 15:22:14 -03:00
anovazzi1
bef5f13eaa
Refactor of Error Page Layout (#1443)
This pull request introduces a comprehensive refactor of our
application's error page layout. The primary goal of these changes is to
enhance user experience during error states by providing clearer, more
helpful information and improving the overall aesthetics of the error
page.
2024-02-29 14:12:43 -03:00
cristhianzl
0856aacebf add postgres svg icon 2024-02-28 23:17:03 -03:00
cristhianzl
68434820b0 add postgres icon 2024-02-28 23:08:43 -03:00
Gabriel Luiz Freitas Almeida
83c5c89299 Add Text color to nodeColors 2024-02-28 22:41:45 -03:00
Gabriel Luiz Freitas Almeida
546e0ad701 Fix formatting issues in code 2024-02-28 21:50:22 -03:00
anovazzi1
d453223c7a Fix typo in CrashErrorComponent message 2024-02-28 20:07:14 -03:00
cristhianzl
e889bb38bc added new icons 2024-02-28 19:30:26 -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
0dc45c3c50 Add HuggingFace icon to components 2024-02-28 17:54:08 -03:00
anovazzi1
72a0eec572 Add MongoDB icon to MongoDBAtlasComponent and styleUtils 2024-02-28 17:47:55 -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
cristhianzl
34d83d82b5 🎨 style(CrashErrorComponent/index.tsx): refactor CrashErrorComponent to use UI components for improved readability and maintainability
🐛 fix(CrashErrorComponent/index.tsx): fix typo in error message for better user understanding
 feat(CrashErrorComponent/index.tsx): add restart button to reset the app and provide a link to report errors on GitHub for community support
2024-02-28 16:35:00 -03:00
Lucas Oliveira
2670da5ba8 Fix build not working when building at node 2024-02-28 18:11:01 +01: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
anovazzi1
361d5d0538
Fix autologin = false loading loop (#1479)
🔧 fix(authContext.tsx): add import statement for useFlowsManagerStoreto
fix missing import error
🔧 fix(authContext.tsx): set isLoading to false in useFlowsManagerStore
after setLoading to false to fix loading state inconsistency
🔧 fix(typesStore.ts): add null check for response.data to fix potential
null reference error
2024-02-28 10:57:40 -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
cristhianzl
3377c87449 🔧 fix(authContext.tsx): add import statement for useFlowsManagerStore to fix missing import error
🔧 fix(authContext.tsx): set isLoading to false in useFlowsManagerStore after setLoading to false to fix loading state inconsistency
🔧 fix(typesStore.ts): add null check for response.data to fix potential null reference error
2024-02-28 10:19:58 -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
Cristhian Zanforlin Lousa
43b3b082a5
Fix vectara resolution error (#1475)
* add new vectara icon

* remove console.log
2024-02-28 10:01:09 -03:00
Lucas Oliveira
acc43aebb9 Fix name of template field on message 2024-02-28 13:08:57 +01:00
Gabriel Luiz Freitas Almeida
557282cea5 Refactor imports and remove console.log statements 2024-02-27 21:50:34 -03:00
Gabriel Luiz Freitas Almeida
cf35b42b8e Refactor newChatView component 2024-02-27 21:50:27 -03:00
anovazzi1
5c5883f58f Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-02-27 21:46:10 -03:00
anovazzi1
a2eaed1af3 Update sender value in updateFlowPool function 2024-02-27 21:46:06 -03:00
igorrCarvalho
9af9647fb3 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-27 21:05:15 -03:00
igorrCarvalho
e7c37fea4f Feat: Add Ctrl D and Ctrl P keyboard shortcuts 2024-02-27 21:05:09 -03:00
anovazzi1
e79c5771ee Add setLockChat prop to ChatMessage component 2024-02-27 20:58:03 -03:00
anovazzi1
42338a829b Fix useRef typo and update chat message reference 2024-02-27 20:50:22 -03:00
anovazzi1
3c56b7a2b7 fix premature closing of websocket 2024-02-27 20:37:57 -03:00
anovazzi1
df07cf413b fix(frontend): add useRef hook to manage eventSource in ChatMessage component
feat(frontend): add support for process.env.PORT environment variable in server.ts
feat(frontend): add updateFlowPool function to NewChatView component
feat(frontend): add buildId parameter to addDataToFlowPool function in flowStore
feat(frontend): add stream_url property to ChatOutputType in flow types
2024-02-27 18:29:57 -03:00
Gabriel Luiz Freitas Almeida
e4dd94021d Refactor buildInputs function and update code that calls it 2024-02-27 18:13:34 -03:00
anovazzi1
2add242a18 Update FlowStoreType to include ChatOutputType and chatInputType 2024-02-27 16:19:37 -03:00
anovazzi1
20810988b0 Add updateFlowPool function to FlowStoreType 2024-02-27 15:59:42 -03:00
igorrCarvalho
835a7f4e63 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-27 15:46:19 -03:00
igorrCarvalho
8461eec180 Refactor: Move texts to constants files 2024-02-27 15:46:07 -03:00
Gabriel Luiz Freitas Almeida
223db74410 Add run_id to VerticesOrderTypeAPI 2024-02-27 15:37:56 -03:00