docs: removed redundant comment
This commit is contained in:
@@ -193,10 +193,6 @@ impl QdrantProvider {
|
|||||||
}
|
}
|
||||||
Client::builder()
|
Client::builder()
|
||||||
.default_headers(headers)
|
.default_headers(headers)
|
||||||
// reqwest picks up ambient proxy settings by default, which routes even
|
|
||||||
// a loopback Qdrant through whatever proxy the environment dictates and
|
|
||||||
// fails with that proxy's error rather than Qdrant's. Every other client
|
|
||||||
// in Coyote discards them the same way, in `utils::set_proxy`.
|
|
||||||
.no_proxy()
|
.no_proxy()
|
||||||
.build()
|
.build()
|
||||||
.context("Failed to build reqwest client")
|
.context("Failed to build reqwest client")
|
||||||
|
|||||||
Reference in New Issue
Block a user