Mark Pollack
Mark Pollack
Closing this issue in favor of https://github.com/spring-projects/spring-ai/issues/953
Currenlty we have ``` public Document(String content, Map metadata) { this(UUID.randomUUID().toString(), content, metadata); } ``` Perhaps we can add a strategy interface as an option to pass in with an...
This probably isn't a high priority in the quick march to a 1.0 release, but I can see it being a useful option. I've put it on 0.9.0 for now...
Hi @eddumelendez I think I misunderstood this upon first reading and now going back to do issue triage have re-read your suggestion and [ThomasVitale](https://github.com/ThomasVitale) comment made the light bulb go...
How would this work with github actions?
Hi. Sorry for the late reply and Happy New Year! I'd very much like to explore this as using the local models is a very effective way to achieve several...
We should look into an AOP implementation option and also dive into when retry should be attempted based on the http code or other information as not all exceptions are...
We probably should separate out this issue into the major components, vector, embedding, chat and other clients. I think we have done a good job on many of the client...
We would need an implementation of the interface.
As a note, a new issue to create a 'GenerateTextOperation' class that has a fluent api, akin to `SimpleJdbcCall` and company