Commit graph

8,725 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
8e6c38f195 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-29 16:21:23 -03:00
Gabriel Luiz Freitas Almeida
4c332b9834
Merge branch 'main' into dev 2024-02-29 15:26:56 -03:00
Gabriel Luiz Freitas Almeida
5ed9b6e92e Update version to 0.6.9 in pyproject.toml 2024-02-29 15:23:02 -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
Gabriel Luiz Freitas Almeida
7969849c1d Refactor LCVectorStoreComponent search method 2024-02-28 22:42:17 -03:00
Gabriel Luiz Freitas Almeida
71733ff2cd Add GraphStateManager class to manage states and observers 2024-02-28 22:42:12 -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
Gabriel Luiz Freitas Almeida
f8fe58bd08 Fix formatting and icon naming conventions 2024-02-28 21:50:10 -03:00
Gabriel Luiz Freitas Almeida
0e7d3215ba Remove unused import statement 2024-02-28 21:42:42 -03:00
Gabriel Luiz Freitas Almeida
4d0618186e Update typing import in constants.py 2024-02-28 21:42:36 -03:00
Gabriel Luiz Freitas Almeida
fb2823bfd9 set type to str when field_type is Text 2024-02-28 21:42:25 -03:00
Gabriel Luiz Freitas Almeida
397a9a8421 Fix formatting in VectaraComponent class 2024-02-28 21:41:37 -03:00
Gabriel Luiz Freitas Almeida
73183e838a Refactor CustomComponent class and add new methods 2024-02-28 21:41:09 -03:00
Gabriel Luiz Freitas Almeida
707e94fc82 Refactor directory_reader.py to handle validation errors 2024-02-28 21:41:02 -03:00
Gabriel Luiz Freitas Almeida
94d00cc7b3 Remove unused code and callback handler 2024-02-28 21:40:56 -03:00
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
anovazzi1
d453223c7a Fix typo in CrashErrorComponent message 2024-02-28 20:07:14 -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
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
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