baran 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/lib/baran/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3068cb25c24839cb6556c926f4d914c4dd5e943cf0656a0ede8af7e515a77e39
|
4
|
+
data.tar.gz: 0c9945afc55f29be7f8919e4c8070005bb2debc8a1a0dd38f4507601f3fd1cb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cdada7766879fcba0f198323c3771fa1687878ed411174f554652c99852ce7da39a39173f4716e34d1dcf2100ce811fd7892eb31fe88875f990e3fa58a18120
|
7
|
+
data.tar.gz: fed82b7b21a026fb4c931bcb739e02f928179bd260337666ab3e4e13a33b8ebff4e629e78400dac64eea2b358746e743265a6e9f4ca62baca1a7c1c744e11411
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
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