vectra-client 0.2.2 → 0.3.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vectra-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mijo Kristo
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '2.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: concurrent-ruby
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.2'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.2'
40
54
  - !ruby/object:Gem::Dependency
41
55
  name: activerecord
42
56
  requirement: !ruby/object:Gem::Requirement
@@ -244,6 +258,7 @@ files:
244
258
  - docs/examples/index.md
245
259
  - docs/guides/getting-started.md
246
260
  - docs/guides/installation.md
261
+ - docs/guides/performance.md
247
262
  - docs/index.md
248
263
  - docs/providers/index.md
249
264
  - docs/providers/pgvector.md
@@ -257,12 +272,15 @@ files:
257
272
  - lib/generators/vectra/templates/vectra.rb
258
273
  - lib/vectra.rb
259
274
  - lib/vectra/active_record.rb
275
+ - lib/vectra/batch.rb
276
+ - lib/vectra/cache.rb
260
277
  - lib/vectra/client.rb
261
278
  - lib/vectra/configuration.rb
262
279
  - lib/vectra/errors.rb
263
280
  - lib/vectra/instrumentation.rb
264
281
  - lib/vectra/instrumentation/datadog.rb
265
282
  - lib/vectra/instrumentation/new_relic.rb
283
+ - lib/vectra/pool.rb
266
284
  - lib/vectra/providers/base.rb
267
285
  - lib/vectra/providers/pgvector.rb
268
286
  - lib/vectra/providers/pgvector/connection.rb
@@ -273,6 +291,7 @@ files:
273
291
  - lib/vectra/providers/weaviate.rb
274
292
  - lib/vectra/query_result.rb
275
293
  - lib/vectra/retry.rb
294
+ - lib/vectra/streaming.rb
276
295
  - lib/vectra/vector.rb
277
296
  - lib/vectra/version.rb
278
297
  - netlify.toml