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

Perform chunking on the DB with multiple langchain splitters #668

Closed
santiatpml opened this issue May 31, 2023 · 1 comment
Closed

Perform chunking on the DB with multiple langchain splitters #668

santiatpml opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@santiatpml
Copy link
Contributor

santiatpml commented May 31, 2023

Integrate functionality from this PR

@santiatpml santiatpml added the enhancement New feature or request label May 31, 2023
@santiatpml
Copy link
Contributor Author

https://pypi.org/project/pgml/

Version 0.7.0 supports the following:

SPLITTERS = {
    "character": CharacterTextSplitter,
    "latex": LatexTextSplitter,
    "markdown": MarkdownTextSplitter,
    "nltk": NLTKTextSplitter,
    "python": PythonCodeTextSplitter,
    "recursive_character": RecursiveCharacterTextSplitter,
    "spacy": SpacyTextSplitter,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant