-
Notifications
You must be signed in to change notification settings - Fork 6
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
Investigate chunking strategies #74
Comments
IMHO, this work should end up being part of lanchain4j and we can eventually use is as one of the tokenize strategy in Apache Camel |
I don't think it's something that should go in Camel. Camel is an integration framework, tokenizing is a feature related to something else. |
Yeah. I also don't see it as being part of camel, as rightly pointed by @oscerd. It could be used by it, though. So, I think a reasonable approach would be to create a Java library and then work to include support for it on langchain4j and Quarkus. |
I would then move this discussion to the langchain4j issue tacker so they may provide some additional info/suggestion as they may have had the chance to think about it already |
For reference, here's a discussion with the Langchain4j project. Their suggestion is to look at the |
We need to investigate chunking strategies that can help the assistant provide better answers:
The text was updated successfully, but these errors were encountered: