Results 1 issues of superDSB

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;` ` }`