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

[Feature request]: Handle Splitting? #1055

Open
rehandaphedar opened this issue Oct 19, 2024 · 0 comments
Open

[Feature request]: Handle Splitting? #1055

rehandaphedar opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rehandaphedar
Copy link

What do you need?

It would be great if fabric could automatically handle splitting/chunking for text that is too large for a given model.

From what I understand, this would need:

  • Information about the token limit of the model being used
  • A way to count the tokens in a specific request
  • A range of splitting options (character, word, sentence, recursive, semantic etc.) to choose from
  • Possibly a way to select the LLM used for semantic splitting
@rehandaphedar rehandaphedar added the enhancement New feature or request label Oct 19, 2024
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