baran 0.1.0 → 0.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: d2d2cc921acca7ce1f9462f118d7c6f3ea8933f450b739291ae8c6d10f0148e0
4
- data.tar.gz: c1a2ce276c1146d1e6d2fd1540fd50591335bd2daf698d38eb13c32055df6a2e
3
+ metadata.gz: 3068cb25c24839cb6556c926f4d914c4dd5e943cf0656a0ede8af7e515a77e39
4
+ data.tar.gz: 0c9945afc55f29be7f8919e4c8070005bb2debc8a1a0dd38f4507601f3fd1cb7
5
5
  SHA512:
6
- metadata.gz: ce4b6febc196836d00ac3520a44f31252ae9f59900a962e1763e26427952776099afa88b19ba04fee87f377eb24a16670ba6054e53808333e67a09019bb2fa7f
7
- data.tar.gz: 36c094c54f0c45efd16781b69f02f0230e9281a1eff737fe3251d065e1d4f4b1b4e8b48e6c72e038f2065b4b5bf1b259c13099fcb5484e486a98b0a7bfc03203
6
+ metadata.gz: 8cdada7766879fcba0f198323c3771fa1687878ed411174f554652c99852ce7da39a39173f4716e34d1dcf2100ce811fd7892eb31fe88875f990e3fa58a18120
7
+ data.tar.gz: fed82b7b21a026fb4c931bcb739e02f928179bd260337666ab3e4e13a33b8ebff4e629e78400dac64eea2b358746e743265a6e9f4ca62baca1a7c1c744e11411
data/CHANGELOG.md CHANGED
@@ -3,3 +3,7 @@
3
3
  ## [0.1.0] - 2023-05-28
4
4
 
5
5
  - Initial release
6
+
7
+ ## [0.1.1] - 2023-05-28
8
+
9
+ - Update README
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- baran (0.1.0)
4
+ baran (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Text Splitter for Large Language Model datasets.
4
4
 
5
+ To avoid token constraints and improve the accuracy of vector search in the Large Language Model, it is necessary to divide the document. This gem supports splitting the text in the specified manner.
6
+
5
7
  ## Installation
6
8
 
7
9
  Install the gem and add to the application's Gemfile by executing:
data/lib/baran/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Baran
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baran
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moeki Kawakami