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

Use RestClient in ChromaApi

Open eddumelendez opened this issue 1 year ago • 0 comments
trafficstars

Use RestClient internally but uses the configuration from RestTemplate. RestTemplate uses SimpleClientHttpRequestFactory meanwhile RestClient uses JdkClientHttpRequestFactory and produces unsupported upgrade request when making a request to chroma.

eddumelendez avatar May 11 '24 19:05 eddumelendez