semantic-chunker-langchain 0.1.3__tar.gz → 0.1.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: semantic-chunker-langchain
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Token-aware, LangChain-compatible semantic chunker with PDF and layout support
5
5
  License: MIT
6
6
  Author: Prajwal Shivaji Mandale
@@ -22,7 +22,8 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  # Semantic Chunker for LangChain
24
24
 
25
- A **token-aware**, **LangChain-compatible** chunker that splits text (from PDF, markdown, or plain text) into semantically coherent chunks while respecting model token limits.
25
+ Hitting limits on passing the larger context to your limited character token limit llm model not anymore this chunker solves the problem
26
+ It is a **token-aware**, **LangChain-compatible** chunker that splits text (from PDF, markdown, or plain text) into semantically coherent chunks while respecting model token limits.
26
27
 
27
28
  ---
28
29
 
@@ -1,6 +1,7 @@
1
1
  # Semantic Chunker for LangChain
2
2
 
3
- A **token-aware**, **LangChain-compatible** chunker that splits text (from PDF, markdown, or plain text) into semantically coherent chunks while respecting model token limits.
3
+ Hitting limits on passing the larger context to your limited character token limit llm model not anymore this chunker solves the problem
4
+ It is a **token-aware**, **LangChain-compatible** chunker that splits text (from PDF, markdown, or plain text) into semantically coherent chunks while respecting model token limits.
4
5
 
5
6
  ---
6
7
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "semantic-chunker-langchain"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "Token-aware, LangChain-compatible semantic chunker with PDF and layout support"
5
5
  authors = ["Prajwal Shivaji Mandale <prajwal.mandale333@gmail.com>","Sudhnwa Ghorpade <sudhnwa.ghorpade@gmail.com>"]
6
6
  license = "MIT"