The location of password uses username.
org.springframework.ai.chroma.ChromaApi#withBasicAuthCredentials
public ChromaApi withBasicAuthCredentials(String username, String password) {
this.restTemplate.getInterceptors().add(new BasicAuthenticationInterceptor(username, username));
return this;
}
Comment From: eddumelendez
Fixed via #713