• Joined on 2025-04-14
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-28 21:01:24 +00:00
1b7fb0c64b Using tika to support multiple file formats
bolade pushed to main at bolade/task_fraud_detection_bolade 2025-04-25 17:05:03 +00:00
3186c07328 Refactor async functions to synchronous in main.py
bolade pushed to main at bolade/task_fraud_detection_bolade 2025-04-25 16:56:28 +00:00
a70c0802ae Update project structure and configuration
bolade pushed to main at bolade/task_fraud_detection_bolade 2025-04-24 22:40:07 +00:00
50e95445fb First commit
bolade created branch main in bolade/task_fraud_detection_bolade 2025-04-24 22:40:02 +00:00
bolade created repository bolade/task_fraud_detection_bolade 2025-04-24 22:34:20 +00:00
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-23 20:46:12 +00:00
4a10c67c93 feat: Implement background document processing and namespace support
bolade pushed to main at bolade/ds_task_recycling_project_bolade 2025-04-23 18:21:02 +00:00
a6e52f8ad0 Initial commit: Recycling object detection project
bolade created branch main in bolade/ds_task_recycling_project_bolade 2025-04-23 18:20:58 +00:00
bolade created repository bolade/ds_task_recycling_project_bolade 2025-04-23 18:11:51 +00:00
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-23 13:27:52 +00:00
932f76b603 refactor: Transition to SQLAlchemy for database management
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-22 14:19:30 +00:00
f4cb9dfa92 Modified Document_processor to avoid tight coupling
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-22 11:57:33 +00:00
9259d61e96 refactor: Improve analysis display and enhance issue reranking
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-22 11:08:20 +00:00
c4145977dd feat: Enhance document processing and analysis features
bolade pushed to main at bolade/ds_task_scp_bolade 2025-04-21 21:50:32 +00:00
b0ec64b883 feat: Initial SCP project setup with AI-powered document compliance tools
bolade created branch main in bolade/ds_task_scp_bolade 2025-04-21 21:50:27 +00:00
bolade created repository bolade/ds_task_scp_bolade 2025-04-21 21:44:14 +00:00
bolade pushed to main at bolade/ds_task_marketing_assistant_ai… 2025-04-21 14:32:30 +00:00
b74180e595 Refactor BrandStyleManager and main.py to integrate database functionality for campaign management. Replace JSON file handling with database calls for loading, saving, updating, and deleting campaigns. Update sample campaign loading to retrieve data from the database instead of JSON files.
bolade pushed to main at bolade/ds_task_marketing_assistant_ai… 2025-04-18 21:34:37 +00:00
3c0dd1d972 Update file paths in BrandStyleManager to use absolute paths for loading JSON data. Refactor MarketingCopywriter to streamline the generate_copy method by removing unused parameters and initialize dependencies in the generate_marketing_copy function. Modify main.py to remove unnecessary campaign prompt management. Update sample campaigns in campaigns.json for a TV company marketing campaign.
bolade pushed to main at bolade/ds_task_marketing_assistant_ai… 2025-04-18 19:10:35 +00:00
4ac80ad73d Enable reranking of search results in BrandStyleManager for improved content retrieval accuracy.