This commit is contained in:
2025-08-11 02:37:21 +01:00
parent 6d35b42b27
commit 4ca7e8ab61
10 changed files with 1117 additions and 233 deletions

View File

@@ -0,0 +1,12 @@
"""
Discord Chat Embeddings Visualizer - Legacy Entry Point
This file serves as a compatibility layer for the original cluster.py.
The application has been refactored into modular components for better maintainability.
"""
# Import and run the main application
from main import main
if __name__ == "__main__":
main()