We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3e716 commit a3a8034Copy full SHA for a3a8034
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## [Unreleased]
2
+
3
+## [0.9.9] - 2024-04-11
4
- Allow sparse_vectors to be passed to collections.create
5
- Support query endpoint
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- qdrant-ruby (0.9.8)
+ qdrant-ruby (0.9.9)
faraday (>= 2.0.1, < 3)
7
GEM
@@ -82,6 +82,7 @@ GEM
82
83
PLATFORMS
84
arm64-darwin-23
85
+ arm64-darwin-24
86
x86_64-darwin-19
87
x86_64-darwin-21
88
x86_64-linux
lib/qdrant/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Qdrant
- VERSION = "0.9.8"
+ VERSION = "0.9.9"
end
0 commit comments