fix: handle missing files in file processing logic in BotController 6a51580 kanha-upadhyay commited on Nov 7, 2024
feat: add logging for file URL and name in SlackBotService 856a4e1 kanha-upadhyay commited on Nov 7, 2024
fix: enforce unique constraint on email_id in user model and migration 984c8a5 kanha-upadhyay commited on Nov 7, 2024
fix: update default content delivery frequency to weekly 4d65d15 kanha-upadhyay commited on Nov 7, 2024
feat: add logging for user information retrieval in bot controller 3d6c5c5 kanha-upadhyay commited on Nov 7, 2024
add logging for new user registration in bot controller a5f035c kanha-upadhyay commited on Nov 7, 2024
fix: enable detailed logging for error handling in bot controller 99b6568 kanha-upadhyay commited on Nov 7, 2024
fix: prevent updating user info if slack_id is already set 95032f7 kanha-upadhyay commited on Nov 7, 2024
Refactor file and user models to include cascade delete for relationships a0a863b kanha-upadhyay commited on Nov 6, 2024
Refactor BotController to improve logging and code formatting 667a329 kanha-upadhyay commited on Nov 6, 2024
Refactor delete_file method to extract record IDs from vector records 5776197 kanha-upadhyay commited on Nov 6, 2024
Simplify file processing call by removing unused parameter e4b5ce2 kanha-upadhyay commited on Nov 6, 2024
Register team users when a team is successfully registered 1bbd031 Ashok Kumar Bhati commited on Nov 6, 2024
refactor refresh content request model to accept string instead of URL 1b5d571 Ashok Kumar Bhati commited on Nov 6, 2024
refactor refresh content handling to use structured request model 2d9a6e7 Ashok Kumar Bhati commited on Nov 6, 2024
Add get_by_name method to FileRepository and handle duplicate file uploads in FileService 64a2631 kanha-upadhyay commited on Nov 6, 2024
Add delete functionality for vector records and improve code formatting 3bdfcb1 kanha-upadhyay commited on Nov 6, 2024
Update datetime usage to use datetime.now() in FileRepository methods d84d03c kanha-upadhyay commited on Nov 6, 2024
Fix typo in register_slack_team method call in BotController 8a63fdc kanha-upadhyay commited on Nov 6, 2024
Add file processing logic to prevent duplicate file handling in BotController e8283b9 kanha-upadhyay commited on Nov 6, 2024
Add additional user validation and error handling in BotController e1760df kanha-upadhyay commited on Nov 6, 2024
Improve event processing logic and add early return for missing event key 24c9c5a kanha-upadhyay commited on Nov 6, 2024
Add logging for received events and simplify response handling da812b8 kanha-upadhyay commited on Nov 6, 2024
Add Pydantic model for user registration and improve validation 867c92e kanha-upadhyay commited on Nov 6, 2024
Update OpenAI model to gpt-4o for improved performance 3484776 kanha-upadhyay commited on Nov 6, 2024