This is the full embedding fine-tuning right, not the adaptor?
You can just point the embed model to the output path, it should be already saved to the output path you gave
service_context = ServiceContext.from_defaults(embed_model="local:/path/to/output")