Mark Pollack
Mark Pollack
I'm not against the idea, but would welcome a PR as I'm not familiar with the Tika Server.
When I first created the project, I was looking into langchain and llamaindex to understand those code bases. Llamaindex has the embedding as part of the BaseNode class, which in...
Thanks, trying to catch up on many things, i'll get to it. Appreciate the PR.
Thanks, we have been backlogged and getting around to this now. Very much appreciate the PR
We are looking into a more generic approach, perhaps based on the generic model, perhaps based on aspects. 0.9 is when I thought would be a good point to tackle...
I think the changes address your concern. Also, there is a branched named "options-ftw" that will better handle the metadata, ``` public class Generation implements ModelResult { private AssistantMessage assistantMessage;...
maybe related to search options in https://github.com/spring-projects/spring-ai/pull/203
As I recall, I purposely left this not exposed and thought that whoever started the skipper server would edit the yaml file. I suppose the right way is to add...
maybe remove the command or just log a more decent warning short term?
See if spring shell will support 'infinite arity' command in time for the 1.0 RC1 release.