Mark Pollack
Mark Pollack
this has been addressed with the fluent api in the updated chatclient.
Removed `VectorStoreRetriever` Will revisit a query only interface in the future. The AcmeIT tests need to be reviewed, they were probably used a spike vs. a real test in the...
@usrivastava92 It does not appear that you made a PR from your branch. Can you please do that? Thanks
Apologies, I somehow missed the PR. We will merge it. Thanks.
fixed in 5718f9683d4abd0702cfe99d754558f01996fec0
Yes. This is a big gap. I have a design idea and hope to implement this next week, after more docs are written. Thanks for taking the time to create...
Hi, A bit late, but we are working on this now. https://github.com/spring-projects/spring-ai/commits/model-options-spike has someting to look at but it isn't complete. The basic design we are thinking of at the...
We note support this. See `ChatOptions` and then there is a specific subclass for each of the supported chat models, e.g `OpenAiChatOptions`, `AnthropicChatOptions` etc. It hasn't had a great deal...
Seems like there isn't a need to make a distinction, you just need to use the options required for each model and sort it out via documentation or experimentation.
[HuggingFace Chat Completion](https://docs.spring.io/spring-ai/reference/api/clients/huggingface.html) (no streaming support) [Google Vertex Chat Completion](https://docs.spring.io/spring-ai/reference/api/clients/vertexai-chat.html) (no streaming support)