Gabriel Luiz Freitas Almeida
|
cd03b14743
|
Refactor error handling and remove duplicate code
|
2024-02-01 14:12:06 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4b9d402b71
|
Refactor async execution and add error handling
|
2024-02-01 14:11:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1934a77ffa
|
Refactor power component to interface component
|
2024-02-01 14:01:41 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
652de333db
|
Add session_id parameter to vertex.build()
|
2024-02-01 14:01:20 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
afe73558ac
|
Update socketio mount path
|
2024-02-01 13:52:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4c2126f46f
|
Update invoke_lc_runnable to use ainvoke instead of invoke
|
2024-02-01 13:12:15 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1efa367bf9
|
Remove duplicate code in generate_result function
|
2024-02-01 12:14:41 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
2e752f563c
|
Add support for external input and output in Vertex class
|
2024-02-01 12:13:51 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cd43aa729a
|
Map ChatVertex connections and update external vertex attributes
|
2024-02-01 12:13:05 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
edb9ba5a80
|
Refactor callback handler to use SocketIOService
|
2024-01-31 23:51:04 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4c5c95af48
|
Refactor main.py to include socketio server
|
2024-01-31 23:50:38 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
54c5053454
|
Add SocketIO service and initialize it
|
2024-01-31 23:50:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
60919ce0a9
|
Refactor socket service and add utility functions
|
2024-01-31 23:49:26 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
8da39fbf39
|
Add SocketIOFactory and SocketIOService classes
|
2024-01-31 23:47:07 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
be494a6624
|
Refactor chat.py and schemas.py
|
2024-01-31 18:18:32 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c08b277f15
|
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
|
2024-01-31 17:54:51 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
339029cd5b
|
Update import statement for retrievers module
|
2024-01-31 17:33:32 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
29bcf3e43f
|
Add duration tracking to build_vertex function
|
2024-01-31 17:22:04 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d9abe93c42
|
Refactor format_elapsed_time function to improve readability and add comments
|
2024-01-31 17:21:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
57c09c3409
|
Add unique constraints and foreign key for user_id in flow table
|
2024-01-31 17:09:16 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
2076f32704
|
Merge branch 'dev' into update_lc
|
2024-01-31 15:57:16 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cbf80c9fcd
|
Delete document loader components
|
2024-01-31 15:50:24 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c54c7246b6
|
Update document loader imports
|
2024-01-31 15:50:04 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3a7e46b776
|
Refactor SQL query in MonitorService to use 'id' instead of 'vertex_id'
|
2024-01-31 15:40:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ba8b608784
|
Refactor get_vertex_builds API response model
|
2024-01-31 15:40:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d1bd00cbf9
|
Exclude index field in VertexBuildModel and add VertexBuildMapModel
|
2024-01-31 15:40:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
559a7e5015
|
Refactor delete_vertex_builds function in monitor.py
|
2024-01-31 15:22:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c590098dad
|
Add error handling for API endpoints
|
2024-01-31 15:20:36 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
92ba9562b3
|
Refactor MonitorService class and add delete_vertex_builds method
|
2024-01-31 15:20:10 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
8064f88cc6
|
Add order_by parameter to get_vertex_builds, get_messages, and get_transactions
|
2024-01-31 14:58:58 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cb74e02032
|
Refactor MonitorService queries and add order_by parameter
|
2024-01-31 14:58:36 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
221e68dc9b
|
Fix import order in utils.py
|
2024-01-31 14:56:57 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
47ce676ce2
|
Add timestamp field to VertexBuildModel
|
2024-01-31 14:55:53 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
b9f15ad473
|
Add monitor router to API
|
2024-01-30 23:08:19 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ba86bd0b2a
|
Add monitor router and log vertex build
|
2024-01-30 23:07:55 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
bdc4a02b8a
|
Update VertexBuildResponse in schemas.py
|
2024-01-30 23:07:31 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
71fdb54170
|
Add monitor service factory
|
2024-01-30 23:07:01 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
21dfd013bf
|
Refactor MonitorService and add VertexBuildModel
|
2024-01-30 23:06:31 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
84f810f28a
|
Refactor model_to_sql_column_definitions function and add log_vertex_build function
|
2024-01-30 23:06:02 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
af092b41dc
|
Add monitor API endpoint for getting vertex builds
|
2024-01-30 23:05:21 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
577ede2386
|
Refactor code in utils.py
|
2024-01-30 20:20:11 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
8973022070
|
Add log_message function to monitor utils.py
|
2024-01-30 20:17:58 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3f999091fa
|
Add build_clean_params function to utils.py
|
2024-01-30 20:17:30 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0107eecae0
|
Add get_full_path method to CustomComponent class
|
2024-01-30 17:17:58 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
42356fc379
|
Add build_full_path method to LocalStorageService and stub method to StorageService
|
2024-01-30 17:17:36 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
866e820ecb
|
Import Document from langchain_core instead of langchain
|
2024-01-30 16:16:17 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
43e3baaa84
|
Update import statements for langchain_community packages
|
2024-01-30 14:46:28 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d59a8836b6
|
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
|
2024-01-30 14:13:17 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4b697fc0df
|
Remove vectorstore_creator import and test_vectorstore_template.py
|
2024-01-30 14:03:33 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
09354748cd
|
Update Pinecone.py to remove default value for "embedding" configuration
|
2024-01-30 09:16:38 -03:00 |
|