truffler 0.1.5 → 0.1.6

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: truffler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kieran Klaassen
@@ -230,6 +230,7 @@ files:
230
230
  - lib/truffler/clients/fake.rb
231
231
  - lib/truffler/clients/ruby_llm_typesafe.rb
232
232
  - lib/truffler/configuration.rb
233
+ - lib/truffler/current.rb
233
234
  - lib/truffler/definition.rb
234
235
  - lib/truffler/embeddings.rb
235
236
  - lib/truffler/embeddings/backfill.rb
@@ -289,6 +290,7 @@ files:
289
290
  - lib/truffler/query_encoding/cache.rb
290
291
  - lib/truffler/query_encoding/encoder.rb
291
292
  - lib/truffler/query_encoding/prefetch.rb
293
+ - lib/truffler/query_encoding/present_options.rb
292
294
  - lib/truffler/questions.rb
293
295
  - lib/truffler/railtie.rb
294
296
  - lib/truffler/records/backfill_spend.rb
@@ -303,6 +305,7 @@ files:
303
305
  - lib/truffler/search/filler.rb
304
306
  - lib/truffler/search/keystroke.rb
305
307
  - lib/truffler/search/query.rb
308
+ - lib/truffler/search/relaxation.rb
306
309
  - lib/truffler/search/result.rb
307
310
  - lib/truffler/search/sql.rb
308
311
  - lib/truffler/search/time_phrase.rb