boxcars 0.2.5 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxcars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Sullivan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-03-30 00:00:00.000000000 Z
12
+ date: 2023-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debug
@@ -67,6 +67,20 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '2.2'
70
+ - !ruby/object:Gem::Dependency
71
+ name: gpt4all
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - "~>"
75
+ - !ruby/object:Gem::Version
76
+ version: 0.0.4
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: 0.0.4
70
84
  - !ruby/object:Gem::Dependency
71
85
  name: ruby-openai
72
86
  requirement: !ruby/object:Gem::Requirement
@@ -106,13 +120,26 @@ files:
106
120
  - lib/boxcars/boxcar.rb
107
121
  - lib/boxcars/boxcar/active_record.rb
108
122
  - lib/boxcars/boxcar/calculator.rb
123
+ - lib/boxcars/boxcar/embeddings.rb
124
+ - lib/boxcars/boxcar/embeddings/document.rb
125
+ - lib/boxcars/boxcar/embeddings/embed_via_open_ai.rb
126
+ - lib/boxcars/boxcar/embeddings/hnswlib/build_vector_store.rb
127
+ - lib/boxcars/boxcar/embeddings/hnswlib/hnswlib_config.rb
128
+ - lib/boxcars/boxcar/embeddings/hnswlib/hnswlib_search.rb
129
+ - lib/boxcars/boxcar/embeddings/hnswlib/save_to_hnswlib.rb
130
+ - lib/boxcars/boxcar/embeddings/similarity_search.rb
131
+ - lib/boxcars/boxcar/embeddings/split_text.rb
109
132
  - lib/boxcars/boxcar/engine_boxcar.rb
110
133
  - lib/boxcars/boxcar/google_search.rb
111
134
  - lib/boxcars/boxcar/sql.rb
135
+ - lib/boxcars/boxcar/swagger.rb
136
+ - lib/boxcars/boxcar/wikipedia_search.rb
112
137
  - lib/boxcars/conversation.rb
113
138
  - lib/boxcars/conversation_prompt.rb
139
+ - lib/boxcars/embedding.rb
114
140
  - lib/boxcars/engine.rb
115
141
  - lib/boxcars/engine/engine_result.rb
142
+ - lib/boxcars/engine/gpt4all_eng.rb
116
143
  - lib/boxcars/engine/openai.rb
117
144
  - lib/boxcars/generation.rb
118
145
  - lib/boxcars/prompt.rb