milvus icon indicating copy to clipboard operation
milvus copied to clipboard

Ruby wrapper for the Milvus vector search database API

Results 4 milvus issues
Sort by recently updated
recently updated
newest added

Version: 0.9.1 The source code has this as the elements: ``` { "boolean" => 1, "int8" => 2, "int16" => 3, "int32" => 4, "int64" => 5, "float" => 10,...

Faraday::Error: :json is not registered on Faraday::Request

In order to keep the dependencies lean, we should drop the `faraday` gem and use `Net::HTTP` instead.