Closed timvisee closed 5 months ago
This PR does a few things, most notably:
QdrantConfig
with_
config
AsTimeout
AsOptionApiKey
CompressionEncoding
dev
cargo +nightly fmt --all
cargo clippy --all --all-features
This PR does a few things, most notably:
QdrantConfig
builder interface to more closely match with API type builders for example, see the removedwith_
prefixes:config
submoduleAsTimeout
,AsOptionApiKey
andCompressionEncoding
as users might need these while configuringAll Submissions:
dev
branch. Did you create your branch fromdev
?New Feature Submissions:
cargo +nightly fmt --all
command prior to submission?cargo clippy --all --all-features
command?