voyageai 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2fc61d8673a96f88ae7e69d9cfb27f00c741f077fd05793ff921e27c0fd869a
4
- data.tar.gz: 4734e6ac573b6251ca1789a37fbf9a9db8294c5e82d63b51613b20bfea793e10
3
+ metadata.gz: c834adfa635ba86d940fab56c4ac8bb46086fc6a025319d392c818533389e7dd
4
+ data.tar.gz: a610e60874f1440eaf05ae2f545350b79fd432b786ad60392251032e5b1cc7e1
5
5
  SHA512:
6
- metadata.gz: d403d37213b6f9666fbafb58fbc82fcbb9752be9e5d29a9e88d34ea6a198f43d860e809e2d890906bf0c298254d9054fcace76d3e5e8e3f70620abd8d27ec791
7
- data.tar.gz: f1ad0fcaf76b8a0a0296dc46507c46d6d9b7e2f47a21b6ca9e2d7e8140483c18ece161ff4570db71649c344679b7a92e80287648324a3700c720e00a7b6e2854
6
+ metadata.gz: f9560b027aa73f921175a2b06ff6f551ed582f945b8838dd8fdd632ee2d321be89312fad8d3d0179490dbc06e1342a1b6f6973374953c797ce00b2a43f4a334b
7
+ data.tar.gz: efb6b2f84bfe349d2f909895d14c9291ace8c7af16179d4e1b83fc911b2216f69aa71826a7996fcdd97fa1b347f113eb976a8ca941ab2643726a6e20fa1b1aa6
@@ -29,7 +29,7 @@ module VoyageAI
29
29
  end
30
30
 
31
31
  # @param model [String] optional (e.g. VoyageAI::Model::VOYAGE or "voyage-3")
32
- # @param input [Array<String>] required (e.g. ["Sample 1", "Sample 2", ...])
32
+ # @param input [String, Array<String>] required (e.g. "Sample" or ["Sample 1", "Sample 2", ...])
33
33
  #
34
34
  # @return [Embedding]
35
35
  def embed(input, model: Model::VOYAGE)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VoyageAI
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voyageai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A library for generating embeddings with https://voyageai.com.
41
+ description: A library for generating embeddings with https://voyageai.com
42
42
  email:
43
43
  - kevin@ksylvest.com
44
44
  executables: []
@@ -55,12 +55,12 @@ files:
55
55
  - lib/voyageai/model.rb
56
56
  - lib/voyageai/usage.rb
57
57
  - lib/voyageai/version.rb
58
- homepage: https://github.com/ksylvest/voyageai.
58
+ homepage: https://github.com/ksylvest/voyageai
59
59
  licenses:
60
60
  - MIT
61
61
  metadata:
62
- homepage_uri: https://github.com/ksylvest/voyageai.
63
- changelog_uri: https://github.com/ksylvest/voyageai./releases
62
+ homepage_uri: https://github.com/ksylvest/voyageai
63
+ changelog_uri: https://github.com/ksylvest/voyageai/releases
64
64
  rubygems_mfa_required: 'true'
65
65
  post_install_message:
66
66
  rdoc_options: []