Commit graph

8,756 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
9d696230bc Refactor CustomComponent's data conversion method to use Record objects 2024-03-01 09:33:58 -03:00
Gabriel Luiz Freitas Almeida
c74f0c2b0f Refactor CustomComponent data handling 2024-03-01 09:32:44 -03:00
Gabriel Luiz Freitas Almeida
3e5c41666c Refactor FileLoaderComponent to use Record and add Record import 2024-03-01 09:23:22 -03:00
Gabriel Luiz Freitas Almeida
fd16f136b1 Refactor TextInput and TextOutput to use TextComponent 2024-03-01 09:19:10 -03:00
Gabriel Luiz Freitas Almeida
90569d73c8 Fix import statements and formatting issues 2024-03-01 09:19:00 -03:00
Gabriel Luiz Freitas Almeida
f12d84d6f9 Refactor RecordsAsTextComponent to use records_to_text helper function 2024-03-01 09:18:22 -03:00
Gabriel Luiz Freitas Almeida
c9a282bdea Add helper functions for converting documents to records and records to text 2024-03-01 09:17:18 -03:00
Gabriel Luiz Freitas Almeida
05e6036be2 Update ChatOutput sender and sender_name defaults 2024-03-01 08:07:53 -03:00
Gabriel Luiz Freitas Almeida
6ae5a39f8d Refactor directory_reader.py for improved readability and maintainability 2024-02-29 19:27:33 -03:00
Gabriel Luiz Freitas Almeida
925127a5a3 Refactor CustomComponent class methods and improve code readability 2024-02-29 19:27:33 -03:00
Gabriel Luiz Freitas Almeida
8703d4410e Fix component_template output_types assignment 2024-02-29 19:27:32 -03:00
Gabriel Luiz Freitas Almeida
26f120ec05 Refactor API endpoints and fix formatting issues 2024-02-29 19:27:30 -03:00
igorrCarvalho
07aa83e4e5 Fix: Remove code modal shortcut for improvements 2024-02-29 19:20:26 -03:00
Gabriel Luiz Freitas Almeida
2305806c40 Fix vertex filtering in layered topological sort 2024-02-29 18:36:42 -03:00
Lucas Oliveira
d2127acf04 Fixed adding more than one chat input 2024-02-29 22:27:07 +01:00
Gabriel Luiz Freitas Almeida
b6a2f7dd24 Fix layered topological sort bug in Graph class 2024-02-29 18:16:23 -03:00
Gabriel Luiz Freitas Almeida
2b2fd3fa8d Refactor import statements and update component headings 2024-02-29 17:38:18 -03:00
Gabriel Luiz Freitas Almeida
cb782d1873 Add MessageHistory component to documentation 2024-02-29 17:38:09 -03: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
Gabriel Luiz Freitas Almeida
0b0b7d3c66 If return type is str set it to Text 2024-02-29 17:01:30 -03:00
Lucas Oliveira
8a8f27f5dc fixed position of info 2024-02-29 20:41:49 +01:00
Gabriel Luiz Freitas Almeida
978efe5543 Add MessageHistory component and remove StoreMessages component 2024-02-29 16:36:35 -03: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
9c778cb948 New lock 2024-02-29 16:22:31 -03: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
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
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
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