Tags: wassim249/YT-Navigator
Tags
chore 📦: Update changelog and version to 0.1.3 - Incremented version number in `version.txt` to 0.1.3. - Updated `CHANGELOG.md` to reflect the addition of the MongoDB evaluation database and the removal of the Langsmith dataset creation example. - Maintained existing known issues for transparency.
feat 🎉: Enhance Channel Model and Evaluation Service - Updated the `Channel` model to include asynchronous and synchronous methods for retrieving the count of associated videos, improving performance in different contexts. - Introduced `LangsmithEvaluationService` for evaluating the YT Navigator model, allowing for the addition of examples to a dataset with both asynchronous and synchronous methods. - Refactored agent schemas to remove the `OutputAgentState` and streamline the input and output handling in the agent workflow. - Added a new evaluation module to the project structure, enhancing the overall functionality and maintainability of the codebase.
docs 📝: Add Docker setup instructions to README - Update README with step-by-step Docker deployment guide - Include commands for creating .env file and running Docker containers - Update CHANGELOG to reflect Docker support addition - Bump version to 0.1.1 to indicate minor feature enhancement