Mark Pollack
Mark Pollack
I did a bit of research and found this https://stackoverflow.com/questions/31079433/how-to-read-large-files-using-tika It seems like changing ``` public TikaDocumentReader(Resource resource, ExtractedTextFormatter textFormatter) { this(resource, new BodyContentHandler(), textFormatter); } ``` to ``` public...
@habuma I'd like to close this, please read my last comment.
closing as adding a text splitter to the functional composition chain achieves the request.
See my comments in the other PR
See comments here https://github.com/spring-projects/spring-ai/pull/166
closing as adding a text splitter to the functional composition chain in the ETL framework solves this problem.
Yes, functions are on our roadmap @habuma Sort of gathering thoughts together to make a road map and will be creating issues and such in the coming days. @Kirbstomper Thanks...
There is a PR that will be reviewed related to this topic https://github.com/spring-projects-experimental/spring-ai/pull/16
Man, I really apologize for not getting to this yet. I need to set aside some time for 'understanding functions' better. It will be merged!
We are aiming for basic function support in 0.8.0. high level interactions, e..g Chat with conversational memory and agents etc, or high level APIs around function invocations will be in...