""" Entry point for the application You can run the API server using: uv run python main.py """ from src.graph_rag_service.main import main if __name__ == "__main__": main()