prevectorchunks-core 0.1.25__py3-none-any.whl → 0.1.26__py3-none-any.whl

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.

Potentially problematic release.


This version of prevectorchunks-core might be problematic. Click here for more details.

@@ -1,5 +1,14 @@
1
1
  # prevectorchunks_core/config.py
2
2
  from dataclasses import dataclass, field
3
+ from enum import Enum
4
+
5
+
6
+ class LLM_Structured__Output_Type(Enum):
7
+ RECURSIVE = "RecursiveCharacterTextSplitter"
8
+ CHARACTER = "CharacterTextSplitter"
9
+ STANDARD = "standard"
10
+ R_PRETRAINED_PROPOSITION = "RLBasedTextSplitterWithProposition"
11
+ R_PRETRAINED = "RLBasedTextSplitter"
3
12
 
4
13
  @dataclass()
5
14
  class SplitterConfig:
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prevectorchunks-core
3
- Version: 0.1.25
3
+ Version: 0.1.26
4
4
  Summary: A Python module that allows conversion of a document into chunks to be inserted into Pinecone vector database
5
5
  Author-email: Zul Al-Kabir <zul.developer.2023@gmail.com>
6
- Project-URL: Homepage, https://github.com/yourusername/mydep
6
+ Project-URL: Homepage, https://github.com/zuldeveloper2023/PreVectorChunks
7
+ Project-URL: Source, https://github.com/zuldeveloper2023/PreVectorChunks
7
8
  Description-Content-Type: text/markdown
8
9
  License-File: LICENCE
9
10
  Requires-Dist: packaging~=24.1
@@ -1,7 +1,7 @@
1
1
  prevectorchunks_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  prevectorchunks_core/test_loader.py,sha256=4u4XPFhWruZxHU2pNsDDSNr6FG2yPHXA96CGZXIoqLA,1019
3
3
  prevectorchunks_core/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- prevectorchunks_core/config/splitter_config.py,sha256=_dUELUfQ9YQotmKY9JsOochsXVenEhDPZiFPdogSpR0,385
4
+ prevectorchunks_core/config/splitter_config.py,sha256=FvG2nMg_UB8Qzlc-GdMGzw3hRXfSCbM0L8XI2tquLS4,683
5
5
  prevectorchunks_core/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  prevectorchunks_core/os-llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  prevectorchunks_core/os-llm/llava.py,sha256=GXdVoT6FJ3AKl4c5wY5CWweIs7w82jOevhPfiLhQPZY,526
@@ -32,8 +32,8 @@ prevectorchunks_core/utils/__init__.py,sha256=aez3v2dwGHXvmALXVBPR-mQgvxMqxv9NsE
32
32
  prevectorchunks_core/utils/extract_content.py,sha256=fMDT-BsjYutHLnOFebLhMFpb1UFAB8ldGldxh11FsXw,2920
33
33
  prevectorchunks_core/utils/file_loader.py,sha256=JkCKiz3M2TMw5qHoTJXhbn33PfTv5gvQ3nfrbaQOmHs,10689
34
34
  prevectorchunks_core/utils/llm_wrapper.py,sha256=7GfyM5p5PeIehi4Dj5jgC7-xi2SjZuyyPuLkWtucQzQ,1139
35
- prevectorchunks_core-0.1.25.dist-info/licenses/LICENCE,sha256=Ljp4XVKnncsQ59h0eMW6J5V-ylsVeqDRC8smR7UPIDs,512
36
- prevectorchunks_core-0.1.25.dist-info/METADATA,sha256=MkwN6c12SBuLRwFgaWUwANwGMsno4939fo5jU9otYBc,10687
37
- prevectorchunks_core-0.1.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
- prevectorchunks_core-0.1.25.dist-info/top_level.txt,sha256=OWJgfrUDNTh49PpKvRXHY8lVeWqzFbTr9OkDoAvpvPk,21
39
- prevectorchunks_core-0.1.25.dist-info/RECORD,,
35
+ prevectorchunks_core-0.1.26.dist-info/licenses/LICENCE,sha256=Ljp4XVKnncsQ59h0eMW6J5V-ylsVeqDRC8smR7UPIDs,512
36
+ prevectorchunks_core-0.1.26.dist-info/METADATA,sha256=KxZUWsezZRpvFhD29CyDLV2_VdLDQKgMOs37skA_wfk,10775
37
+ prevectorchunks_core-0.1.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
+ prevectorchunks_core-0.1.26.dist-info/top_level.txt,sha256=OWJgfrUDNTh49PpKvRXHY8lVeWqzFbTr9OkDoAvpvPk,21
39
+ prevectorchunks_core-0.1.26.dist-info/RECORD,,