Refactor dataset initialization to use configuration settings for improved maintainability and clarity 1804ce0 Rulga commited on Apr 7, 2025
Update langchain-huggingface version and adjust imports in dataset and vector_store modules 9b48f6f Rulga commited on Apr 2, 2025
Refactor save_chat_history and get_chat_history methods for improved logging and consistent data structure 2762e86 Rulga commited on Mar 27, 2025
Enhance error handling in DatasetManager by checking for 'messages' or 'history' key in chat data ffc022a Rulga commited on Mar 27, 2025
Refactor DatasetManager to use DATASET_ID for dataset name and improve chat history file handling and validation e81d67d Rulga commited on Mar 27, 2025
Refactor get_chat_history method to improve file handling and logging for chat history retrieval ca2ef97 Rulga commited on Mar 27, 2025
Add logging for chat history retrieval and error handling in DatasetManager 256331a Rulga commited on Mar 27, 2025
Update imports and refactor model configuration to use ACTIVE_MODEL for improved clarity and consistency f33b7bd Rulga commited on Mar 27, 2025
Remove force update flag from dataset upload in create_vector_store function for improved clarity 8100019 Rulga commited on Mar 27, 2025
Enhance download_vector_store method with improved logging, file verification, and streamlined loading of vector store from temporary directory 7db5512 Rulga commited on Mar 27, 2025
Refactor create_vector_store function to streamline vector store creation and update logic, enhance logging, and enforce force update during dataset upload f44c4e4 Rulga commited on Mar 27, 2025
Add debug logging for vector store file checks in DatasetManager b67f5d5 Rulga commited on Mar 27, 2025
Refactor vector store loading logic to return the vector store object instead of a string message and enhance error handling during download db04008 Rulga commited on Mar 27, 2025
Enhance UI for Knowledge Base Management and improve dataset management documentation e8aaf11 Rulga commited on Mar 27, 2025
Refactor knowledge base management functions for improved clarity and error handling f58bd9b Rulga commited on Mar 27, 2025
Refactor vector store download and loading logic for improved error handling and clarity 3f8e971 Rulga commited on Mar 27, 2025
Translate comments and error messages to English for consistency and clarity 0bb77b3 Rulga commited on Mar 26, 2025
Add Hugging Face token validation and improve error handling in chat history saving 80e6314 Rulga commited on Mar 26, 2025
Enhance chat history saving by adding directory existence check, improved metadata storage, and explicit error handling during upload 2505975 Rulga commited on Mar 26, 2025
Enhance chat history saving by ensuring complete responses are stored and improving error handling 847ac0b Rulga commited on Mar 26, 2025
Add token validation and repository creation for Hugging Face datasets 8ef4162 Rulga commited on Mar 26, 2025
Add functionality to save and upload vector store files, and clean up local files post-upload 7ac0faf Rulga commited on Mar 26, 2025
Enhance vector store management by adding loading and uploading functionality, and update .gitattributes for new file types c05e788 Rulga commited on Mar 26, 2025
Refactor dataset loading logic for improved performance and maintainability 68997ff Rulga commited on Mar 25, 2025
Implement DatasetManager for managing Hugging Face dataset structure and chat history 3f6bcbe Rulga commited on Mar 25, 2025
Initialize project structure and add configuration for knowledge base and document loading 0f93e9d Rulga commited on Mar 25, 2025