feat: Add database setup guide and local configuration files
- Added DATABASE_SETUP.md with comprehensive guide for PostgreSQL and Redis installation on Windows - Created .claude/settings.local.json with permission settings for pytest and database fix scripts - Updated .gitignore to exclude .env.backup file - Included database connection test utilities in lyra/database_setup.py - Added environment variable configuration examples for local development
This commit is contained in:
@@ -14,8 +14,6 @@ from .models import (
|
||||
LearningProgressModel
|
||||
)
|
||||
from .manager import DatabaseManager
|
||||
from .knowledge_store import KnowledgeStore
|
||||
from .vector_store import VectorStore
|
||||
|
||||
__all__ = [
|
||||
"ConversationModel",
|
||||
@@ -24,7 +22,5 @@ __all__ = [
|
||||
"KnowledgeModel",
|
||||
"UserModel",
|
||||
"LearningProgressModel",
|
||||
"DatabaseManager",
|
||||
"KnowledgeStore",
|
||||
"VectorStore"
|
||||
"DatabaseManager"
|
||||
]
|
Reference in New Issue
Block a user