Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract sentence splitting in SemanticChunker into a private method #30

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

Levara
Copy link
Contributor

@Levara Levara commented Dec 23, 2024

This change allows users to easily override splitting the text into sentences in the SemanticChunker, which allows them to use their own sentence splitting algorithm. Since the splitting logic wasn't changed, the unit tests still pass.

Implements issue #29

This change allows users to easily override splitting the text into
sentences in the SemanticChunker, which allows them to use their own
sentence splitting algorithm.
@ccurme ccurme merged commit b3172d8 into langchain-ai:main Dec 23, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants