var postgres = builder.AddPostgres("postgreslyy")// 数据库名不能用下划线 .WithImage("ankane/pgvector") .WithImageTag("latest");