spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Chromadb initialization permission error

Open superDSB opened this issue 9 months ago • 1 comments

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

superDSB avatar May 07 '24 10:05 superDSB

Fixed via #713

eddumelendez avatar May 11 '24 13:05 eddumelendez