chroma-db 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chroma-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Alberto Chávez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-12 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-monads
@@ -24,6 +24,34 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.6'
27
+ - !ruby/object:Gem::Dependency
28
+ name: ruby-next-core
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.15.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.15.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: ruby-next
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 0.15.0
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 0.15.0
27
55
  description: Chroma is the open-source embedding database. Chroma makes it easy to
28
56
  build LLM apps by making knowledge, facts, and skills pluggable for LLMs.
29
57
  email:
@@ -32,6 +60,8 @@ executables: []
32
60
  extensions: []
33
61
  extra_rdoc_files: []
34
62
  files:
63
+ - ".rbnextrc"
64
+ - ".ruby-version"
35
65
  - CHANGELOG.md
36
66
  - CODE_OF_CONDUCT.md
37
67
  - Gemfile
@@ -39,6 +69,11 @@ files:
39
69
  - LICENSE.txt
40
70
  - README.md
41
71
  - Rakefile
72
+ - lib/.rbnext/2.7/chroma/api_operations/request.rb
73
+ - lib/.rbnext/2.7/chroma/resources/collection.rb
74
+ - lib/.rbnext/2.7/chroma/resources/database.rb
75
+ - lib/.rbnext/3.1/chroma/api_operations/request.rb
76
+ - lib/.rbnext/3.1/chroma/resources/collection.rb
42
77
  - lib/chroma-db.rb
43
78
  - lib/chroma/api_operations/request.rb
44
79
  - lib/chroma/chroma.rb
@@ -49,8 +84,6 @@ files:
49
84
  - lib/chroma/resources/embedding.rb
50
85
  - lib/chroma/util.rb
51
86
  - lib/chroma/version.rb
52
- - notebook/Chroma Gem.ipynb
53
- - notebook/ruby.txt
54
87
  - sig/chroma.rbs
55
88
  homepage: https://mariochavez.io
56
89
  licenses:
@@ -67,7 +100,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
100
  requirements:
68
101
  - - ">="
69
102
  - !ruby/object:Gem::Version
70
- version: 3.1.0
103
+ version: 2.7.8
71
104
  required_rubygems_version: !ruby/object:Gem::Requirement
72
105
  requirements:
73
106
  - - ">="
@@ -77,5 +110,5 @@ requirements: []
77
110
  rubygems_version: 3.4.12
78
111
  signing_key:
79
112
  specification_version: 4
80
- summary: Ruby bindings for Chroma DB.
113
+ summary: Ruby client for Chroma DB.
81
114
  test_files: []